initial Commit

This commit is contained in:
Niko Feith 2023-02-15 13:02:59 +01:00
parent a2110c8594
commit 695c104f69
3 changed files with 24 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<TopBar/> <TopBar/>
<SideBar/> <SideBar/>
<!-- <BoxLayout/>--> <SubLayout/>
<RosBar/> <RosBar/>
</template> </template>
@ -9,7 +9,7 @@
import TopBar from '@/components/TopBar.vue'; import TopBar from '@/components/TopBar.vue';
import RosBar from '@/components/RosBar.vue'; import RosBar from '@/components/RosBar.vue';
import SideBar from '@/components/SideBar.vue'; import SideBar from '@/components/SideBar.vue';
// import BoxLayout from '@/components/BoxLayout.vue'; import SubLayout from "@/components/SubLayout.vue";
</script> </script>
<style scoped> <style scoped>

View File

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

View File

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