chore: update dependencies (#1648)

This commit is contained in:
CokaKoala
2023-06-12 12:22:09 -04:00
committed by GitHub
parent 0f35417a04
commit e31736b93f
13 changed files with 844 additions and 760 deletions

View File

@@ -1,9 +1,10 @@
<script lang="ts">
import { browser } from '$app/environment';
import { enhance, type SubmitFunction } from '$app/forms';
import { enhance } from '$app/forms';
// Types
import type { ModalSettings, DrawerSettings } from '@skeletonlabs/skeleton';
import type { SubmitFunction } from '@sveltejs/kit';
// Docs
import DocsLogoFull from '$lib/components/DocsLogos/DocsLogoFull.svelte';