Add initial location search box

This commit is contained in:
2026-03-16 14:08:00 +00:00
parent 66ed33343c
commit 1b0b93b34b
2 changed files with 105 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { fade } from 'svelte/transition';
import type { HTLMInputAttributes } from 'svelte/elements';
import type { HTMLInputAttributes } from 'svelte/elements';
interface Props extends HTMLInputAttributes {
value?: string;