From a4ffbee081b087d1c82d9c72a4278a7309a08f78 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sun, 24 Mar 2024 14:59:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20import=20in=20time-zone-se?= =?UTF-8?q?lect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/time-zone-picker/time-zone-select.tsx | 2 +- packages/ui/src/command.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/time-zone-picker/time-zone-select.tsx b/apps/web/src/components/time-zone-picker/time-zone-select.tsx index e95e31348..25a372629 100644 --- a/apps/web/src/components/time-zone-picker/time-zone-select.tsx +++ b/apps/web/src/components/time-zone-picker/time-zone-select.tsx @@ -8,9 +8,9 @@ import { CommandGroup, CommandInput, CommandItem, + CommandList, } from "@rallly/ui/command"; import { Popover, PopoverContent, PopoverTrigger } from "@rallly/ui/popover"; -import { CommandList } from "cmdk"; import dayjs from "dayjs"; import { CheckIcon, ChevronDownIcon, GlobeIcon } from "lucide-react"; import { useTranslation } from "next-i18next"; diff --git a/packages/ui/src/command.tsx b/packages/ui/src/command.tsx index 1c754adb7..61331570c 100644 --- a/packages/ui/src/command.tsx +++ b/packages/ui/src/command.tsx @@ -117,7 +117,7 @@ const CommandItem = React.forwardRef<