mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 15:34:05 +08:00
9b682c8af5
* 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);
|