mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-08 04:21:21 +00:00
chore: update dependencies (#1648)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user