Preparing backend integration
This commit is contained in:
13
front/src/App.vue
Normal file
13
front/src/App.vue
Normal 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>
|
||||
Reference in New Issue
Block a user