mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-26 14:33:31 +10:00
* replace next with vite * disable strictmode (it interferes with collaboration in dev mode)
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
import { atomWithWebStorage } from "@/lib/jotai-helper";
|
|
|
|
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true); |