INIT: initial commit

Added some initial files, components, functionality
This commit is contained in:
Fiona Lena Urban 2025-02-10 21:19:58 +01:00
commit 72aaf5174d
19 changed files with 9962 additions and 0 deletions

5
app/app.vue Normal file
View file

@ -0,0 +1,5 @@
<template>
<PpHeader />
<NuxtPage />
<PpFooter />
</template>