mirror of
https://github.com/meshtastic/web.git
synced 2026-04-24 16:00:32 -04:00
Remove old packages, add theme toggle
This commit is contained in:
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user