refactor(frontend): use ESM
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
declare module '@/themes/*.json5' {
|
||||
import { Theme } from '@/scripts/theme';
|
||||
import { Theme } from '@/scripts/theme.js';
|
||||
|
||||
const theme: Theme;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user