8 lines
163 B
Vue
8 lines
163 B
Vue
<script setup lang="ts">
|
|
import { Calendar } from '@/lib/registry/new-york/ui/calendar'
|
|
</script>
|
|
|
|
<template>
|
|
<Calendar class="rounded-md border" />
|
|
</template>
|