mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 01:42:37 +10:00
* replace next with vite * disable strictmode (it interferes with collaboration in dev mode)
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import { atom } from "jotai";
|
|
|
|
export const settingsModalAtom = atom<boolean>(false);
|