Files
nuchat/ui/app/app.vue
Fergus Molloy 8c12ca0024
All checks were successful
Backend Actions / check (push) Successful in 13s
Backend Actions / build (push) Successful in 28s
Backend Actions / test (push) Successful in 37s
add ui testing
2025-07-25 17:28:41 +01:00

7 lines
84 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtPage />
</div>
</template>