mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
10 lines
210 B
Vue
10 lines
210 B
Vue
<template>
|
|
<main class="from-dark-600 to-dark-900 bg-gradient-to-tl min-h-dvh pb-20 md:pb-0">
|
|
<LazySidebarsNavigation />
|
|
<slot />
|
|
</main>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
</script> |