mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 00:14:10 +08:00
switch to nx monorepo
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { atom } from 'jotai';
|
||||
import { Editor } from '@tiptap/core';
|
||||
|
||||
export const pageEditorAtom = atom<Editor | null>(null);
|
||||
|
||||
export const titleEditorAtom = atom<Editor | null>(null);
|
||||
Reference in New Issue
Block a user