mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
10 lines
209 B
TypeScript
10 lines
209 B
TypeScript
import { ComponentTreeViewer } from '@/components/ComponentTreeViewer'
|
|
|
|
export default function ComponentTreeDemoPage() {
|
|
return (
|
|
<div className="h-full">
|
|
<ComponentTreeViewer />
|
|
</div>
|
|
)
|
|
}
|