foundryoptimizer/nuxt-app/app.vue
gwg313 116162ae31
initial commit
Signed-off-by: gwg313 <gwg313@pm.me>
2025-06-01 22:38:52 -04:00

6 lines
87 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>