5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
|
|
//TODO
|
||
|
|
export default function Tree(props: any) {
|
||
|
|
return null;
|
||
|
|
}
|