init commit

This commit is contained in:
Martin Drechsel
2025-04-02 18:54:55 +02:00
commit 2c5ec6b281
126 changed files with 21323 additions and 0 deletions

5
src/layouts/default.vue Normal file
View File

@ -0,0 +1,5 @@
<template>
<div class="w-screen h-screen overflow-scroll bg-base-200">
<slot />
</div>
</template>