summaryrefslogtreecommitdiff
path: root/source/features/hide-own-stars.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/hide-own-stars.tsx')
-rw-r--r--source/features/hide-own-stars.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/features/hide-own-stars.tsx b/source/features/hide-own-stars.tsx
index 155eedbb..b9e02787 100644
--- a/source/features/hide-own-stars.tsx
+++ b/source/features/hide-own-stars.tsx
@@ -1,9 +1,9 @@
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import {getUsername} from '../github-helpers';
-import {isHasSelectorSupported} from '../helpers/select-has';
-import observe from '../helpers/selector-observer';
+import features from '../feature-manager.js';
+import {getUsername} from '../github-helpers/index.js';
+import {isHasSelectorSupported} from '../helpers/select-has.js';
+import observe from '../helpers/selector-observer.js';
function hide(item: HTMLElement): void {
item.hidden = true;