mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 18:11:09 +10:00
switch to nx monorepo
This commit is contained in:
6
apps/client/src/features/editor/atoms/editor-atoms.ts
Normal file
6
apps/client/src/features/editor/atoms/editor-atoms.ts
Normal file
@ -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