mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 01:44:30 +02:00
refactor(frontend): relocate theme script
This commit is contained in:
@@ -37,8 +37,8 @@ import MkTextarea from '@/components/MkTextarea.vue';
|
||||
import MkSelect from '@/components/MkSelect.vue';
|
||||
import MkInput from '@/components/MkInput.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import { getBuiltinThemesRef } from '@/utility/theme.js';
|
||||
import type { Theme } from '@/utility/theme.js';
|
||||
import { getBuiltinThemesRef } from '@/theme.js';
|
||||
import type { Theme } from '@/theme.js';
|
||||
import { copyToClipboard } from '@/utility/copy-to-clipboard.js';
|
||||
import * as os from '@/os.js';
|
||||
import { getThemes, removeTheme } from '@/theme-store.js';
|
||||
|
||||
Reference in New Issue
Block a user