10 lines
243 B
Vue
10 lines
243 B
Vue
<script setup lang="ts">
|
|
import CrmCalendarZoomLab from "~~/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue";
|
|
</script>
|
|
|
|
<template>
|
|
<main class="h-dvh w-full bg-base-200/40 p-2">
|
|
<CrmCalendarZoomLab />
|
|
</main>
|
|
</template>
|