1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 18:47:25 +01:00
Files
dozzle/assets/layouts/splash.vue

8 lines
139 B
Vue

<template>
<div class="hero min-h-dvh">
<div class="hero-content">
<router-view></router-view>
</div>
</div>
</template>