Finish slicing box and UI
This commit is contained in:
parent
8227b4141a
commit
213537508c
19 changed files with 965 additions and 1361 deletions
|
@ -1,21 +1,21 @@
|
|||
import { Map } from "./components/Map";
|
||||
import { Form } from "./components/Form";
|
||||
import { MapSceneProvider } from "./providers/map-scene-provider";
|
||||
import { SceneViewProvider } from "./providers/scene-view-provider";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="w-screen h-screen">
|
||||
<main className="h-screen">
|
||||
<MapSceneProvider>
|
||||
<SceneViewProvider>
|
||||
<div className="flex h-full">
|
||||
<div className="flex-1">
|
||||
<Map></Map>
|
||||
</div>
|
||||
<div className="w-[480px] p-4 flex flex-col items-center">
|
||||
<div className="w-[480px] p-4 flex flex-col items-center border-l border-gray-200">
|
||||
<Form></Form>
|
||||
</div>
|
||||
</div>
|
||||
</MapSceneProvider>
|
||||
</SceneViewProvider>
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue