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

This commit is contained in:
Valentin Brandl 2024-07-30 17:48:44 +02:00
parent a48f6cc739
commit 66e7a5ff3c
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

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