assessment-artific/front-end/layouts/ui.vue

9 lines
176 B
Vue
Raw Normal View History

2024-10-31 12:00:19 +00:00
<template>
<div
class="relative h-screen overflow-y-auto font-body text-black dark:text-white">
<slot></slot>
</div>
</template>
<script setup lang="ts"></script>