From b6dc0edc94cebdee74d67f5919f46c28cd96b9f8 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 4 May 2023 23:22:17 +0800 Subject: Lint (ESM file imports + named functions) (#6613) --- source/features/clean-repo-filelist-actions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/features/clean-repo-filelist-actions.tsx') diff --git a/source/features/clean-repo-filelist-actions.tsx b/source/features/clean-repo-filelist-actions.tsx index 8c9b7bbd..4a8f4c75 100644 --- a/source/features/clean-repo-filelist-actions.tsx +++ b/source/features/clean-repo-filelist-actions.tsx @@ -3,9 +3,9 @@ import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; import {PlusIcon, SearchIcon, CodeIcon} from '@primer/octicons-react'; -import observe from '../helpers/selector-observer'; -import {assertNodeContent, removeTextNodeContaining, wrap} from '../helpers/dom-utils'; -import features from '../feature-manager'; +import observe from '../helpers/selector-observer.js'; +import {assertNodeContent, removeTextNodeContaining, wrap} from '../helpers/dom-utils.js'; +import features from '../feature-manager.js'; /** Add tooltip on a wrapper to avoid breaking dropdown functionality */ function addTooltipToSummary(childElement: Element, tooltip: string): void { -- cgit v1.2.3