mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 21:58:40 +00:00
6 lines
124 B
Vue
6 lines
124 B
Vue
|
<template>
|
||
|
<main class="w-full min-h-screen bg-blue-100 grid place-items-center">
|
||
|
<slot></slot>
|
||
|
</main>
|
||
|
</template>
|