9b682c8af5
* 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); |