Create initTheme.ts
This commit is contained in:
parent
04d2238bfe
commit
d554272c72
1 changed files with 7 additions and 0 deletions
7
src/scripts/database/initTheme.ts
Normal file
7
src/scripts/database/initTheme.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { initializeTheme } from "../../utils/themeUtils";
|
||||
|
||||
/**
|
||||
* Initialize theme settings from IndexedDB
|
||||
* This function should be called on app startup
|
||||
*/
|
||||
export const initTheme = initializeTheme;
|
Loading…
Reference in a new issue