添加一些数据
This commit is contained in:
9
demo-next/app/page.tsx
Normal file
9
demo-next/app/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import BimViewer from "@/components/BimViewer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main style={{ width: "100vw", height: "100vh", overflow: "hidden" }}>
|
||||
<BimViewer />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user