summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index 7b31fa02..dda1b6be 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -3,8 +3,8 @@ import domify from 'doma';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../libs/features';
-import {isFirefox} from '../libs/utils';
+import features from '.';
+import {isFirefox} from '../github-helpers';
const isGist = (link: HTMLAnchorElement): boolean =>
!link.pathname.includes('.') && // Exclude links to embed files