From 34bbb71e2f96c8450ccaa7751bdccf896ffcaf5f Mon Sep 17 00:00:00 2001 From: Fionn Date: Thu, 4 May 2023 20:52:06 +0200 Subject: [PATCH] remove useless import --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3c33839..fcbb489 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,7 +1,7 @@ import 'leaflet/dist/leaflet.css'; import 'bootstrap/dist/css/bootstrap.css'; -import { MapContainer, TileLayer, LayersControl, Circle, LayerGroup, Popup, Marker } from 'react-leaflet'; +import { MapContainer, TileLayer, LayersControl, LayerGroup, Popup, Marker } from 'react-leaflet'; import { Button, Modal, Table } from 'react-bootstrap'; import { useEffect, useState } from 'react';