mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 01:01:10 +10:00
Migrate to Mantine UI framework
This commit is contained in:
3
frontend/src/components/navbar/atoms/sidebar-atom.ts
Normal file
3
frontend/src/components/navbar/atoms/sidebar-atom.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { atomWithWebStorage } from "@/lib/jotai-helper";
|
||||
|
||||
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true);
|
||||
Reference in New Issue
Block a user