Add stuff

This commit is contained in:
2025-07-31 22:50:39 +02:00
parent 07c434dba8
commit 15f4f74cb7
18 changed files with 506 additions and 76 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<h1 class="text-3xl">{{ $t('hello') }}</h1>
</template>
<style scoped></style>