사소한 리팩토링

This commit is contained in:
static
2025-01-18 12:48:01 +09:00
parent d0d4afd2c3
commit da47a07da7
5 changed files with 7 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import type { Component, Snippet } from "svelte";
import { EntryButton } from "$lib/components/buttons";
import type { SvelteHTMLElements } from "svelte/elements";
import { EntryButton } from "$lib/components/buttons";
interface Props {
children: Snippet;