Use nuxt 4 folder structure

This commit is contained in:
Nicola Spadari
2025-01-02 18:23:18 +01:00
parent 96cfcc2f20
commit cfe9b17162
29 changed files with 5 additions and 3 deletions

10
app/layouts/default.vue Normal file
View File

@@ -0,0 +1,10 @@
<template>
<div>
<SiteNavbar sticky />
<SiteSidebar />
<div crate>
<slot />
</div>
</div>
</template>