refactor: change location (#27201)

This commit is contained in:
Jason Rasmussen
2026-03-26 13:22:14 -04:00
committed by GitHub
parent fae25dbe65
commit 940a1d4ab8
10 changed files with 119 additions and 96 deletions
-4
View File
@@ -1,4 +0,0 @@
import { writable } from 'svelte/store';
//-----other
export const lastChosenLocation = writable<{ lng: number; lat: number } | null>(null);