🛠️ build(nuxt): shift astro to nuxt

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 23:40:11 +05:30
parent e99a93a5b6
commit 74996af65d
110 changed files with 9442 additions and 0 deletions

7
layouts/default.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<div>
<AppHeader />
<slot />
<AppFooter />
</div>
</template>