feat: init
This commit is contained in:
7
apps/web/ce/components/preferences/config.ts
Normal file
7
apps/web/ce/components/preferences/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { StartOfWeekPreference } from "@/components/profile/start-of-week-preference";
|
||||
import { ThemeSwitcher } from "./theme-switcher";
|
||||
|
||||
export const PREFERENCE_COMPONENTS = {
|
||||
theme: ThemeSwitcher,
|
||||
start_of_week: StartOfWeekPreference,
|
||||
};
|
||||
Reference in New Issue
Block a user