From f6a387958264fc7b20d0342017fd171491d25e3a Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Mon, 1 Apr 2024 14:32:23 +0330 Subject: [PATCH] feat: update --- .../default/example/CalendarWithSelect.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/www/src/lib/registry/default/example/CalendarWithSelect.vue b/apps/www/src/lib/registry/default/example/CalendarWithSelect.vue index 1ebfc127..f58fe4bf 100644 --- a/apps/www/src/lib/registry/default/example/CalendarWithSelect.vue +++ b/apps/www/src/lib/registry/default/example/CalendarWithSelect.vue @@ -6,9 +6,7 @@ import { CalendarCell, CalendarCellTrigger, CalendarGrid, CalendarGridBody, Cale import { Select, SelectContent, - SelectGroup, SelectItem, - SelectLabel, SelectTrigger, SelectValue, } from '@/lib/registry/default/ui/select' @@ -41,21 +39,16 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits) v-bind="forwarded" :class="cn('rounded-md border p-3', props.class)" > - {{ JSON.stringify(placeholder) }}