diff options
Diffstat (limited to 'source/features/prevent-link-loss.tsx')
-rw-r--r-- | source/features/prevent-link-loss.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/prevent-link-loss.tsx b/source/features/prevent-link-loss.tsx index 87b7d117..bb0e1ad9 100644 --- a/source/features/prevent-link-loss.tsx +++ b/source/features/prevent-link-loss.tsx @@ -6,7 +6,7 @@ import * as pageDetect from 'github-url-detection'; import * as textFieldEdit from 'text-field-edit'; import delegate, {DelegateEvent} from 'delegate-it'; -import features from '../feature-manager'; +import features from '../feature-manager.js'; import { prCommitUrlRegex, preventPrCommitLinkLoss, @@ -14,7 +14,7 @@ import { preventPrCompareLinkLoss, discussionUrlRegex, preventDiscussionLinkLoss, -} from '../github-helpers/prevent-link-loss'; +} from '../github-helpers/prevent-link-loss.js'; const documentation = 'https://github.com/refined-github/refined-github/wiki/GitHub-markdown-linkifier-bug'; |