diff options
Diffstat (limited to 'source/features/linkify-labels-on-dashboard.tsx')
-rw-r--r-- | source/features/linkify-labels-on-dashboard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/linkify-labels-on-dashboard.tsx b/source/features/linkify-labels-on-dashboard.tsx index ae04c836..b8914aa8 100644 --- a/source/features/linkify-labels-on-dashboard.tsx +++ b/source/features/linkify-labels-on-dashboard.tsx @@ -1,7 +1,7 @@ import React from 'dom-chef'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {wrap} from '../libs/dom-utils'; async function init(): Promise<void> { |