commit 1a5b1adf285cb5456b0d8512b726f5aea3a2bb3f
parent 207382685f145a060a9273350bd201c2dadcc077
Author: triesap <137732411+triesap@users.noreply.github.com>
Date: Thu, 29 Aug 2024 10:34:36 +0000
utils: add missing type only import for verbatimmodulesyntax syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/src/geolocation.ts b/utils/src/geolocation.ts
@@ -1,5 +1,5 @@
import ngeohash from "ngeohash";
-import { LocationPoint } from "./types";
+import type { LocationPoint } from "./types";
export const geohash_encode = (opts: {
lat: string | number;