diff options
Diffstat (limited to 'frontend/src/App.vue')
| -rw-r--r-- | frontend/src/App.vue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/src/App.vue b/frontend/src/App.vue new file mode 100644 index 0000000..e2ce8ee --- /dev/null +++ b/frontend/src/App.vue @@ -0,0 +1,10 @@ +<script setup lang="ts"> +import { RouterView } from 'vue-router' +</script> + +<template> + <RouterView /> +</template> + +<style scoped> +</style>
\ No newline at end of file |
