basic project deployed

This commit is contained in:
2025-04-09 21:11:08 -04:00
parent 7387d49d02
commit 2012ac0c16
84 changed files with 10305 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
<q-page class="flex flex-center">
<img
alt="Quasar logo"
src="~assets/quasar-logo-vertical.svg"
style="width: 200px; height: 200px"
>
</q-page>
</template>
<script setup>
//
</script>