Răsfoiți Sursa

add <TreeText

visuddhinanda 7 luni în urmă
părinte
comite
0230f00657
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      dashboard-v4/dashboard/src/pages/nut/index.tsx

+ 6 - 0
dashboard-v4/dashboard/src/pages/nut/index.tsx

@@ -3,6 +3,7 @@ import FooterBar from "../../components/library/FooterBar";
 import HeadBar from "../../components/library/HeadBar";
 import AIChatComponent from "../../components/chat/AiChat";
 import { Content } from "antd/lib/layout/layout";
+import TreeText from "../../components/article/TreeText";
 
 const Widget = () => {
   return (
@@ -10,6 +11,11 @@ const Widget = () => {
       <HeadBar />
       <Content>
         <div>Home Page</div>
+        <TreeText
+          type="chapter"
+          rootId="140-92"
+          channelsId={["7fea264d-7a26-40f8-bef7-bc95102760fb"]}
+        />
         <AIChatComponent />
       </Content>
       <FooterBar />