TitleDiv, BottomDiv 컴포넌트 추가

This commit is contained in:
static
2024-12-26 21:30:07 +09:00
parent 552681115a
commit 5aefbcf9d9
8 changed files with 28 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { AdaptiveDiv } from "$lib/components";
import { AdaptiveDiv } from "$lib/components/divs";
let { children } = $props();
</script>