visuddhinanda 2 лет назад
Родитель
Сommit
d11f88bd54
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      dashboard/src/components/nut/Home.tsx

+ 2 - 1
dashboard/src/components/nut/Home.tsx

@@ -9,6 +9,7 @@ import TreeTest from "./TreeTest";
 import { Layout, Typography } from "antd";
 import CaseFormula from "../template/Wbw/CaseFormula";
 import EditableLabel from "../general/EditableLabel";
+import Tree from "./test/Tree";
 const { Paragraph } = Typography;
 
 const Widget = () => {
@@ -20,7 +21,7 @@ const Widget = () => {
       </Paragraph>
       <CaseFormula />
       <h2>TreeTest</h2>
-      <TreeTest />
+      <Tree />
 
       <br />
       <FontBox />