diff --git a/src/core/utils/maps.ts b/src/core/utils/maps.ts index 6fdba76f..4cabd16e 100644 --- a/src/core/utils/maps.ts +++ b/src/core/utils/maps.ts @@ -106,4 +106,4 @@ function getAllCoordinates( return coords; } -export { bbox, lineString } \ No newline at end of file +export { bbox, lineString }; diff --git a/src/pages/Map.tsx b/src/pages/Map.tsx index 8e725478..9af6c28d 100644 --- a/src/pages/Map.tsx +++ b/src/pages/Map.tsx @@ -7,10 +7,10 @@ import { SidebarSection } from "@components/UI/Sidebar/SidebarSection.tsx"; import { SidebarButton } from "@components/UI/Sidebar/sidebarButton.tsx"; import { useAppStore } from "@core/stores/appStore.ts"; import { useDevice } from "@core/stores/deviceStore.ts"; +import { bbox, lineString } from "@core/utils/maps"; import { Hashicon } from "@emeraldpay/hashicon-react"; import type { Protobuf } from "@meshtastic/js"; import { numberToHexUnpadded } from "@noble/curves/abstract/utils"; -import { bbox, lineString } from "@core/utils/maps"; import { BoxSelectIcon, MapPinIcon,