rlcube / src /app /page.tsx
imwithye's picture
add cube piece
e95d66b
raw
history blame
130 Bytes
import { Canvas } from "@/components/canvas";
export default function Home() {
return (
<>
<Canvas />
</>
);
}