Create initTheme.ts

This commit is contained in:
chark1es 2025-03-28 14:34:31 -07:00
parent 04d2238bfe
commit d554272c72

View 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;