first commit
This commit is contained in:
commit
b47f825d54
83 changed files with 10016 additions and 0 deletions
7
frontend/src/App.vue
Normal file
7
frontend/src/App.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import HomePage from "@/views/HomePage.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<HomePage />
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue