Ver Fonte

:fire: import { Tag,

visuddhinanda há 3 anos atrás
pai
commit
842f3ba80d
1 ficheiros alterados com 2 adições e 11 exclusões
  1. 2 11
      dashboard/src/pages/nut/index.tsx

+ 2 - 11
dashboard/src/pages/nut/index.tsx

@@ -1,5 +1,5 @@
 import { useState } from "react";
-import { Tag, Space, Button } from "antd";
+import { Space, Button } from "antd";
 import lodash from "lodash";
 import { marked } from "marked";
 
@@ -79,16 +79,7 @@ const Widget = () => {
           </Button>
         </div>
       </div>
-      <br />
-      <div>
-        <Tag
-          onClick={() => {
-            console.log("test tag was clicked");
-          }}
-        >
-          Test
-        </Tag>
-      </div>
+
       <div>
         <Home />
       </div>