dev #1

Merged
sauceyred merged 36 commits from dev into main 2025-05-29 03:01:50 +00:00
Showing only changes of commit 1783928c36 - Show all commits

17
pages/index.vue Normal file
View file

@ -0,0 +1,17 @@
<template>
<NuxtLayout>
</NuxtLayout>
</template>
<script lang="ts" setup>
definePageMeta({
layout: "client"
});
</script>
<style>
</style>