source: ReserveNGo-frontend/src/components/Project/My_reservations.vue@ a0e93df

Last change on this file since a0e93df was f9ef3e8, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago

Ready to begin with connection with backend

  • Property mode set to 100644
File size: 286 bytes
Line 
1<script setup>
2
3import reservation_ from '@/components/Project/reservation_.vue'
4</script>
5
6<template>
7
8 <div id="container " class="border container-xxl">
9
10 <reservation_/>
11 <reservation_/>
12 <reservation_/>
13 <reservation_/>
14
15 </div>
16</template>
17
18<style scoped>
19
20</style>
Note: See TracBrowser for help on using the repository browser.