fix: remove dead reference to mapbox-gl css

suppression-manon-adrien
Sebastien Arod 2024-06-10 16:05:22 +02:00
parent 750942c539
commit 05d9d8e908
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@
"@tabler/icons-react": "^2.2.0",
"date-fns": "^2.30.0",
"lint-staged": "^15.2.5",
"mapbox-gl": "^2.12.1",
"maplibre-gl": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dotdotdot": "^1.3.1",
@ -29,7 +29,7 @@
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react-swc": "^3.0.0",
"husky": "^9.0.11",
"maplibre-gl": "^2.4.0",
"mapbox-gl": "^2.12.1",
"prettier": "^2.8.4",
"prop-types": "^15.8.1",
"typescript": "^4.9.3",

View File

@ -1,4 +1,3 @@
import "mapbox-gl/dist/mapbox-gl.css";
import React from "react";
import { RouterProvider } from "react-router-dom";
import { DisplayModeContext } from "./context/DisplayModeContext";