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