mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 18:31:11 +10:00
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
import { atomWithWebStorage } from "@/lib/jotai-helper";
|
|
|
|
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true); |