diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index 09539af..edc5e43 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -2,6 +2,7 @@ import { ref } from 'vue' import { useRouter, RouterLink } from 'vue-router' import NavBarSearch from './NavBarSearch.vue' + import BarcodeModal from './BarcodeModal.vue' import { useAuthStore } from './auth.store.js' const authStore = useAuthStore(); @@ -30,6 +31,7 @@ + - + diff --git a/front/src/ScanBook.vue b/front/src/ScanBook.vue index e1870b6..53de486 100644 --- a/front/src/ScanBook.vue +++ b/front/src/ScanBook.vue @@ -28,4 +28,7 @@