refactor(frontend): scripts -> utility
This commit is contained in:
2
packages/frontend/@types/theme.d.ts
vendored
2
packages/frontend/@types/theme.d.ts
vendored
@@ -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