mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-10 16:19:24 -07:00
refactor: normalize import extensions in query modules
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
getAffectedWordIdsForSessions,
|
||||
getAffectedWordIdsForVideo,
|
||||
refreshLexicalAggregates,
|
||||
} from './query-shared.js';
|
||||
} from './query-shared';
|
||||
|
||||
type CleanupVocabularyRow = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user