Preparing backend integration

This commit is contained in:
Laurent
2025-03-11 11:16:04 +01:00
parent 242b186cb3
commit f7b3cdfea7
45 changed files with 11 additions and 0 deletions

13
front/src/App.vue Normal file
View File

@@ -0,0 +1,13 @@
<script setup lang="ts">
import LayoutDefault from "@/layouts/LayoutDefault.vue";
</script>
<template>
<layout-default>
<router-view />
</layout-default>
</template>
<style scoped>
</style>