diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx index 6d30431..a0ca1ca 100644 --- a/src/components/Map/MapView.jsx +++ b/src/components/Map/MapView.jsx @@ -1,9 +1,7 @@ import React, { useEffect, useRef, useState } from "react"; import "maplibre-gl/dist/maplibre-gl.css"; import "../../styles/map.css"; - import "../../styles/mapMarkers.css"; -import "../../styles/overlays.css"; import "../../styles/posts.css"; import "../../styles/filters.css";