add geomap components

This commit is contained in:
2024-03-22 23:57:36 +02:00
parent 5c29df8c1a
commit 57a65a3f60
5 changed files with 70 additions and 55 deletions

View File

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