summaryrefslogtreecommitdiff
path: root/source/features/conflict-marker.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/conflict-marker.tsx')
-rw-r--r--source/features/conflict-marker.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/conflict-marker.tsx b/source/features/conflict-marker.tsx
index 33990853..a7908a1c 100644
--- a/source/features/conflict-marker.tsx
+++ b/source/features/conflict-marker.tsx
@@ -5,8 +5,8 @@ import {AlertIcon} from '@primer/octicons-react';
import oneMutation from 'one-mutation';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import * as api from '../github-helpers/api';
+import features from '../feature-manager.js';
+import * as api from '../github-helpers/api.js';
type PRConfig = {
number: string;