This commit is contained in:
ctengiz
2024-04-10 13:43:00 +03:00
parent f552518822
commit d77f0f8359
41 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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>
defineOptions({
name: 'IndexPage'
});
</script>