format files

This commit is contained in:
maxDorninger
2025-06-30 21:32:34 +02:00
parent 40a1bbf904
commit 3799ae8712
23 changed files with 144 additions and 83 deletions

View File

@@ -6,7 +6,7 @@
import { base } from '$app/paths';
import { onMount } from 'svelte';
import { env } from '$env/dynamic/public';
import { MetaDataProviderSearchResult } from '$lib/types';
import type { MetaDataProviderSearchResult } from '$lib/types';
const apiUrl = env.PUBLIC_API_URL;