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