mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 11:32:39 +10:00
switch to nx monorepo
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
import { atom } from "jotai";
|
||||
import { TreeNode } from '@/features/page/tree/types';
|
||||
|
||||
export const treeDataAtom = atom<TreeNode[]>([]);
|
||||
Reference in New Issue
Block a user