feat(list): add header component

This commit is contained in:
Kim, Jimin 2025-03-20 20:49:30 +09:00
parent 74af3655c6
commit 695ce40eca
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 54 additions and 14 deletions

View file

@ -1,11 +1,5 @@
<template>
<ThemeController />
<main class="">
<div class="mx-auto max-w-screen-mobile">
<NuxtPage />
</div>
</main>
<NuxtPage />
</template>
<style>