feat. 이벤트 네비게이션 추가

This commit is contained in:
clkim
2025-11-10 21:11:39 +09:00
parent 65c79eb689
commit 60b306ca90
24 changed files with 647 additions and 422 deletions

View File

@@ -1,11 +1,8 @@
<script setup lang="ts">
</script>
<script setup lang="ts"></script>
<template>
<header class="header">
<BlocksStoveGnbNew class="min-h-[48px]" />
</header>
</template>
@@ -13,6 +10,4 @@
.header {
@apply bg-theme-foreground text-theme-foreground-reversal relative z-[100];
}
</style>
c