Remove direct calls to stadia API from geocoding

This commit is contained in:
Eli Ribble 2026-04-06 16:54:48 +00:00
parent 43dce16fbd
commit 9ef6aaa406
No known key found for this signature in database
20 changed files with 213 additions and 274 deletions

View file

@ -1,4 +1,4 @@
import { Address } from "./types";
import { Address } from "@/type/api";
export function formatAddress(address?: Address): string {
if (!address) {