feat: add / page

This commit is contained in:
SauceyRed 2025-05-28 02:29:26 +02:00
parent 073e93cb57
commit 1783928c36
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

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>