Add hunt detail

This commit is contained in:
2025-08-01 01:14:34 +02:00
parent 15f4f74cb7
commit 28b42762fe
17 changed files with 597 additions and 49 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<script setup lang="ts"></script>
<template>
<h1 class="text-3xl">{{ $t('hello') }}</h1>
<h1 class="text-primary text-3xl">{{ $t('hello') }}</h1>
<VaButton icon="home" :to="$localePath('/hunt/bremer-stadtrallye-1')" />
</template>
<style scoped></style>