Web Start
This commit is contained in:
13
web/src/app/page.tsx
Normal file
13
web/src/app/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Image from "next/image";
|
||||
|
||||
import Map from 'react-map-gl/mapbox';
|
||||
|
||||
import 'mapbox-gl/dist/mapbox-gl.css';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
:)
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user