chore: update ant-design dependencies and add new icon types
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import { TreeNode } from 'rc-tree';
|
||||
import DirectoryTree from './DirectoryTree';
|
||||
import TreePure from './Tree';
|
||||
const Tree = TreePure;
|
||||
Tree.DirectoryTree = DirectoryTree;
|
||||
Tree.TreeNode = TreeNode;
|
||||
export default Tree;
|
||||
Reference in New Issue
Block a user