mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
8 lines
146 B
Vue
8 lines
146 B
Vue
<template>
|
|
<div class="app max-w-[900px] mx-auto p-10">
|
|
<main>
|
|
<router-view />
|
|
</main>
|
|
<modal-overlay />
|
|
</div>
|
|
</template>
|