Ignore missing type declaration
Some checks failed
/ Build App (pull_request) Failing after 22s

This commit is contained in:
2024-07-30 17:45:19 +02:00
parent 6061e9bbdf
commit a48f6cc739

View File

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