diff --git a/src/App.js b/src/App.js index 5da0eff..51e1e7b 100644 --- a/src/App.js +++ b/src/App.js @@ -11,10 +11,8 @@ import DialogActions from '@mui/material/DialogActions'; import DialogContent from '@mui/material/DialogContent'; import DialogContentText from '@mui/material/DialogContentText'; import DialogTitle from '@mui/material/DialogTitle'; -import Grid from '@mui/material/Grid'; import { ComposableMap, Geographies, Geography, ZoomableGroup } from "react-simple-maps" -import { autocompleteClasses } from '@mui/material'; function RoomResearch() { return <> @@ -47,18 +45,16 @@ function TopBar() { }; return <> - - - - - ENcarteS - - - - - - - + + + + ENcarteS + + + + + + return ( - - + + {({ geographies }) => geographies.map((geo) => ( @@ -103,16 +98,11 @@ function Map() { export default function App() { return <> - - {/* - Filter - - {Array.from(Array(100)).map((v, i) => ( -
Testing {i}
- ))} -
-
*/} +
+ + +
} \ No newline at end of file