🎨 Working app and shared with start of pages

This commit is contained in:
ChatonDeAru
2024-09-11 19:51:06 +02:00
committed by ChatonDeAru (Romain)
parent f69a53fa0a
commit c35de52aec
35 changed files with 6094 additions and 365 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
definePageMeta({
name: 'Home',
})
</script>
<template>
<div>
<h1>Home</h1>
</div>
</template>