mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import { atom } from 'jotai/vanilla';
|
|
|
|
export const enableShareMenuAtom = atom(false);
|