This commit is contained in:
Andras Schmelczer 2026-03-25 08:05:50 +00:00
parent c997ea46a5
commit 30055ab870
13 changed files with 165 additions and 83 deletions

View file

@ -24,6 +24,7 @@ import { useSavedProperties } from './hooks/useSavedProperties';
declare global {
interface Window {
__screenshot_ready?: boolean;
__map_idle?: boolean;
}
}