hide features i dont want to make right now

This commit is contained in:
SethBurkart123
2024-04-07 17:07:22 +10:00
parent 22c51e3fb8
commit 801e97e6ff
2 changed files with 2 additions and 3 deletions
@@ -23,7 +23,6 @@ const ThemeSelector: ForwardRefExoticComponent<Omit<ThemeSelectorProps, "ref"> &
}));
}
useImperativeHandle(ref, () => ({
disableTheme: async () => {
await disableTheme();