summaryrefslogtreecommitdiff
path: root/source/features/rgh-netiquette.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/rgh-netiquette.tsx')
-rw-r--r--source/features/rgh-netiquette.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/features/rgh-netiquette.tsx b/source/features/rgh-netiquette.tsx
index 753a91be..6b66ef37 100644
--- a/source/features/rgh-netiquette.tsx
+++ b/source/features/rgh-netiquette.tsx
@@ -2,13 +2,13 @@ import React from 'dom-chef';
import {InfoIcon} from '@primer/octicons-react';
import * as pageDetect from 'github-url-detection';
-import createBanner from '../github-helpers/banner';
-import features from '../feature-manager';
-import observe from '../helpers/selector-observer';
-import {isAnyRefinedGitHubRepo} from '../github-helpers';
-import {getNoticeText, shouldDisplayNotice} from './netiquette';
-import TimelineItem from '../github-helpers/timeline-item';
-import {isHasSelectorSupported} from '../helpers/select-has';
+import createBanner from '../github-helpers/banner.js';
+import features from '../feature-manager.js';
+import observe from '../helpers/selector-observer.js';
+import {isAnyRefinedGitHubRepo} from '../github-helpers/index.js';
+import {getNoticeText, shouldDisplayNotice} from './netiquette.js';
+import TimelineItem from '../github-helpers/timeline-item.js';
+import {isHasSelectorSupported} from '../helpers/select-has.js';
function addConversationBanner(newCommentBox: HTMLElement): void {
const button = (