diff --git a/src/App.tsx b/src/App.tsx index 7a8798f..d751c5b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,8 +7,10 @@ import { MenuFoldOutlined, MenuUnfoldOutlined, SaveOutlined, + FolderOpenOutlined, } from '@ant-design/icons'; import { saveConceptSketch } from './utils/saveGraph'; +import { loadConceptSketch } from './utils/loadGraph'; import { useGraphLayersTreeStore } from './stores/TreeStore'; const { Header, Content, Sider } = Layout; @@ -72,7 +74,19 @@ const App: React.FC = () => { -
+
+