mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 04:51:55 +02:00
8 lines
244 B
TypeScript
8 lines
244 B
TypeScript
import { StartOfWeekPreference } from "@/components/profile/start-of-week-preference";
|
|
import { ThemeSwitcher } from "./theme-switcher";
|
|
|
|
export const PREFERENCE_COMPONENTS = {
|
|
theme: ThemeSwitcher,
|
|
start_of_week: StartOfWeekPreference,
|
|
};
|