1afe868 6fd9719 fc3783e e95d66b fc3783e 5409b84 6fd9719 e95d66b 5409b84 fc3783e
1
2
3
4
5
6
7
8
9
10
11
12
import { Canvas } from '@/components/canvas'; import { UI } from '@/components/ui'; export default function Home() { return ( <div className="w-full h-full"> <UI /> <Canvas /> </div> ); }