Remove old packages, add theme toggle

This commit is contained in:
Sacha Weatherstone
2023-01-02 18:55:34 +11:00
parent 0de66a8592
commit 9c0ff452bf
7 changed files with 30 additions and 41 deletions

View File

@@ -1,4 +1,3 @@
import { FiCrosshair } from "react-icons/fi";
import { useMap } from "react-map-gl";
import { lineString, bbox } from "@turf/turf";
@@ -79,12 +78,6 @@ export const MapControlls = (): JSX.Element => {
>
<MagnifyingGlassMinusIcon className="h-4 w-4" />
</div>
<div
className="hover:bg-orange-200 cursor-pointer p-3 hover:text-accent"
onClick={() => {}}
>
<FiCrosshair className="h-4 w-4" />
</div>
<div
className="hover:bg-orange-200 cursor-pointer p-3 hover:text-accent"
onClick={() => getBBox()}