Skip to content

Commit

Permalink
delete requierements
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisALoor committed Feb 20, 2024
1 parent 349b125 commit ebc02aa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 32 deletions.
53 changes: 25 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
"autoprefixer": "^10.4.16",
"deck.gl": "^8.9.19",
"flowbite-react": "^0.7.0",
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^2.4.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"react-map-gl": "^7.0.0",
"react-router-dom": "^6.20.1",
"tailwindcss": "^3.3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TripsLayer } from '@deck.gl/geo-layers';
import { Button, Modal, Sidebar } from 'flowbite-react';
import { TbAdjustmentsHorizontal } from "react-icons/tb";
import React, { useState, useEffect, useRef } from 'react';
import { BiNetworkChart, BiSolidFileJson } from "react-icons/bi"
import { BiNetworkChart} from "react-icons/bi"
import { FaInfoCircle, FaCarSide, FaLayerGroup ,FaPlus } from "react-icons/fa";


Expand Down

0 comments on commit ebc02aa

Please sign in to comment.