Browse Source

:art: formatting

visuddhinanda 2 years ago
parent
commit
d5cec97dbd
1 changed files with 1 additions and 0 deletions
  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;