summaryrefslogtreecommitdiff
path: root/source/github-helpers/dom-formatters.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/github-helpers/dom-formatters.tsx')
-rw-r--r--source/github-helpers/dom-formatters.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/github-helpers/dom-formatters.tsx b/source/github-helpers/dom-formatters.tsx
index 0ee063ad..5968b3e3 100644
--- a/source/github-helpers/dom-formatters.tsx
+++ b/source/github-helpers/dom-formatters.tsx
@@ -5,9 +5,9 @@ import {applyToLink} from 'shorten-repo-url';
import linkifyURLsCore from 'linkify-urls';
import linkifyIssuesCore from 'linkify-issues';
-import getTextNodes from '../helpers/get-text-nodes';
-import parseBackticksCore from './parse-backticks';
-import {buildRepoURL} from '.';
+import getTextNodes from '../helpers/get-text-nodes.js';
+import parseBackticksCore from './parse-backticks.js';
+import {buildRepoURL} from './index.js';
// Shared class necessary to avoid also shortening the links
export const linkifiedURLClass = 'rgh-linkified-code';