visuddhinanda 2 éve
szülő
commit
d5cec97dbd
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      dashboard/src/components/article/EditableTreeNode.tsx

+ 1 - 0
dashboard/src/components/article/EditableTreeNode.tsx

@@ -1,6 +1,7 @@
 import { Button, message, Space, Typography } from "antd";
 import { useState } from "react";
 import { PlusOutlined, EditOutlined } from "@ant-design/icons";
+
 import { TreeNodeData } from "./EditableTree";
 const { Text } = Typography;