visuddhinanda 2 лет назад
Родитель
Сommit
d5cec97dbd
1 измененных файлов с 1 добавлено и 0 удалено
  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;