Files
docmost-ryan/client/src/components/navbar/atoms/sidebar-atom.ts
Philipinho 9b682c8af5 vite
* replace next with vite
* disable strictmode (it interferes with collaboration in dev mode)
2023-10-20 17:12:08 +01:00

3 lines
131 B
TypeScript

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