Sink/pages/dashboard/login.vue

5 lines
108 B
Vue

<template>
<main class="flex items-center justify-center h-full">
<LazyLogin />
</main>
</template>