Explorar el Código

:test_tube: test Share

visuddhinanda hace 3 años
padre
commit
1682aa70fb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      dashboard/src/components/nut/Home.tsx

+ 4 - 0
dashboard/src/components/nut/Home.tsx

@@ -10,6 +10,7 @@ import DemoForm from "./Form";
 import WbwTest from "./WbwTest";
 import CommentList from "../comment/CommentList";
 import TreeTest from "./TreeTest";
+import Share from "../share/Share";
 
 const Widget = () => {
   const data = Array(100)
@@ -30,6 +31,9 @@ const Widget = () => {
   return (
     <div>
       <h1>Home</h1>
+      <div>
+        <Share resId="dd" resType="dd" />
+      </div>
       <TreeTest />
       <h2>comment</h2>
       <CommentList data={data} />