source: ReserveNGo-frontend/src/components/Project/favourite_locals.vue@ a520992

Last change on this file since a520992 was 17db9d2, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 3 months ago

Added favourite locals placeholder and fixed navbar

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