mirror of
https://github.com/docmost/docmost.git
synced 2026-05-19 07:54:05 +08:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import { atom } from "jotai";
|
|
|
|
export const settingsModalAtom = atom<boolean>(false);
|