fix. 컴포넌트 폴더 구조 변경

This commit is contained in:
clkim
2025-09-16 14:22:05 +09:00
parent 468a08bb91
commit 0b413bb197
9 changed files with 20 additions and 24 deletions

View File

@@ -2,10 +2,8 @@
<template>
<div>
<LayoutDefaultHeader />
<main>
<slot />
</main>
<LayoutDefaultFooter />
<BlocksDefaultHeader />
<slot />
<BlocksDefaultFooter />
</div>
</template>