wraith/frontend/layouts/auth.vue
Vantz Stockwell 88dbb99f9d feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 17:05:37 -04:00

6 lines
119 B
Vue

<template>
<div class="min-h-screen flex items-center justify-center bg-gray-950">
<slot />
</div>
</template>