diff options
Diffstat (limited to 'source/features/linkify-labels-on-dashboard.tsx')
-rw-r--r-- | source/features/linkify-labels-on-dashboard.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/linkify-labels-on-dashboard.tsx b/source/features/linkify-labels-on-dashboard.tsx index ff7c48c4..a37326b6 100644 --- a/source/features/linkify-labels-on-dashboard.tsx +++ b/source/features/linkify-labels-on-dashboard.tsx @@ -2,9 +2,9 @@ import React from 'dom-chef'; import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; -import {wrap} from '../helpers/dom-utils'; -import features from '../feature-manager'; -import observe from '../helpers/selector-observer'; +import {wrap} from '../helpers/dom-utils.js'; +import features from '../feature-manager.js'; +import observe from '../helpers/selector-observer.js'; function linkifyLabel(label: Element): void { const activity = label.closest('div:not([class])')!; |