feat(settings): add custom theme selector

This commit is contained in:
sethburkart123
2024-09-08 21:51:14 +10:00
parent 272deb2b8c
commit fdeea2f626
16 changed files with 224 additions and 40 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import localforage from 'localforage';
import type { CustomTheme } from '@/old-interface/types/CustomThemes';
import type { CustomTheme } from '@/types/CustomThemes';
import { removeTheme } from './removeTheme';
import { settingsState } from '@/seqta/utils/listeners/SettingsState';