Web Start

This commit is contained in:
2025-09-27 01:53:22 -04:00
parent 3d71ec310a
commit 941d3ec49e
17 changed files with 654 additions and 0 deletions

13
web/src/app/page.tsx Normal file
View 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>
);
}