Migrate to Mantine UI framework

This commit is contained in:
Philipinho
2023-09-26 03:31:20 +01:00
parent 2de9f6d60b
commit d733b9a7f6
83 changed files with 1296 additions and 2841 deletions

View File

@ -0,0 +1,3 @@
import { atomWithWebStorage } from "@/lib/jotai-helper";
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true);