Files
kestrelos/app/app.vue
Keli Grubb 0aab29ea72
All checks were successful
ci/woodpecker/push/push Pipeline was successful
minor: new nav system (#5)
Co-authored-by: Madison Grubb <madison@elastiflow.com>
Reviewed-on: #5
2026-02-15 04:04:54 +00:00

6 lines
90 B
Vue

<template>
<NuxtLayout>
<NuxtPage :key="$route.path" />
</NuxtLayout>
</template>