Skip to content

Commit

Permalink
fix: add back missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 11, 2024
1 parent 636b16c commit 06e477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/form-fields/AirportField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { z } from 'zod';
import type { flightSchema } from '$lib/zod/flight';
import { writable } from 'svelte/store';
import { airportFromICAO } from '$lib/utils/data/airports';
import { type Airport, airportFromICAO, airportSearchCache } from '$lib/utils/data/airports';
let {
field,
Expand Down

0 comments on commit 06e477c

Please sign in to comment.