first commit
This commit is contained in:
12
app/page.tsx
Normal file
12
app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Image from "next/image";
|
||||
import GLTFViewer from "@/components/GLTFViewer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
||||
<main className="w-screen h-screen">
|
||||
<GLTFViewer></GLTFViewer>
|
||||
</main>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user