Added routing, Tidied up components directory and added part of an unfinished API

This commit is contained in:
Esad Mustafoski
2024-10-31 23:57:06 +01:00
parent 6e360e4235
commit cfc7071b7f
17 changed files with 275 additions and 68 deletions

11
src/components/Login.vue Normal file
View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
Login Page
</template>
<style scoped>
</style>