Files
kestrelos/app/app.vue
Madison Grubb 4e51ca5509
All checks were successful
ci/woodpecker/pr/pr Pipeline was successful
new nav system
2026-02-14 22:47:05 -05:00

6 lines
90 B
Vue

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