visuddhinanda пре 2 година
родитељ
комит
92fe7e9e80
1 измењених фајлова са 2 додато и 8 уклоњено
  1. 2 8
      dashboard/src/components/nut/Home.tsx

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

@@ -7,19 +7,13 @@ import FontBox from "./FontBox";
 import TreeTest from "./TreeTest";
 
 import { Layout } from "antd";
-import WbwDetailFm from "../template/Wbw/WbwDetailFm";
+import CaseFormula from "../template/Wbw/CaseFormula";
 
 const Widget = () => {
   return (
     <Layout>
       <h1>Home</h1>
-      <WbwDetailFm
-        factors={["abhi", "dhamma"]}
-        initValue={[]}
-        onChange={(value: string[]) => {
-          console.log("fm change", value);
-        }}
-      />
+      <CaseFormula />
       <h2>TreeTest</h2>
       <TreeTest />