Fix lints
All checks were successful
/ Build App (pull_request) Successful in 51s

This commit is contained in:
2024-07-30 17:48:44 +02:00
parent a48f6cc739
commit 66e7a5ff3c

View File

@ -1,7 +1,7 @@
<script lang="ts">
import { enhance } from '$app/forms';
import type { ActionData } from './$types';
// @ts-ignore
// @ts-expect-error: package does not contain type definitions
import AutoComplete from 'simple-svelte-autocomplete';
export let form: ActionData;