summaryrefslogtreecommitdiff
path: root/source/features/shorten-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/shorten-links.tsx')
-rw-r--r--source/features/shorten-links.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/shorten-links.tsx b/source/features/shorten-links.tsx
index 8e7fcebf..1d95ef9c 100644
--- a/source/features/shorten-links.tsx
+++ b/source/features/shorten-links.tsx
@@ -1,8 +1,8 @@
import onetime from 'onetime';
-import features from '../feature-manager';
-import {linkifiedURLClass, shortenLink} from '../github-helpers/dom-formatters';
-import observe from '../helpers/selector-observer';
+import features from '../feature-manager.js';
+import {linkifiedURLClass, shortenLink} from '../github-helpers/dom-formatters.js';
+import observe from '../helpers/selector-observer.js';
/* This feature is currently so broad that it's not de-inited via signal, it's just run once for all pageloads #5889 */
function init(): void {