Add map component

This commit is contained in:
2024-02-24 17:59:31 +02:00
parent 508b749903
commit 5c29df8c1a
9 changed files with 655 additions and 150 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import GeoMap from './geomap/geomap.tsx'
import './index.css'
ReactDOM.createRoot(document.getElementById('root')!).render(