fix: remove dead reference to mapbox-gl css
parent
750942c539
commit
05d9d8e908
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue