From 05b7897e69a436c7f8975b3ad4536c96a6dc2b13 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 24 Jan 2025 14:24:26 -0500 Subject: [PATCH] fix: linting issues --- src/core/utils/maps.ts | 2 +- src/pages/Map.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,