toby/resources/js/Shared/Layout/GuestLayout.vue
Adrian Hopek fca0b0593c wip
2022-03-22 14:20:58 +01:00

6 lines
139 B
Vue

<template>
<div class="min-h-screen flex flex-col justify-center py-12 sm:px-6 lg:px-8 bg-blumilk-25">
<slot />
</div>
</template>