Merge branch 'main' into #22-vacation-calendar

# Conflicts:
#	resources/js/Pages/Dashboard.vue
#	resources/js/Shared/Layout/AppLayout.vue
#	resources/js/Shared/MainMenu.vue
#	routes/web.php
This commit is contained in:
Adrian Hopek
2022-02-03 10:31:17 +01:00
69 changed files with 5057 additions and 2864 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="min-h-screen flex flex-col justify-center py-12 sm:px-6 lg:px-8 bg-blumilk-25">
<slot />
</div>
<div class="min-h-screen flex flex-col justify-center py-12 sm:px-6 lg:px-8 bg-blumilk-25">
<slot />
</div>
</template>
<script>
export default {
name: 'GuestLayout',
};
name: 'GuestLayout',
}
</script>