KBar included @calcom/ui/v2/core -> Shell -> KBar -> Shell -> ... (#4469)

pull/4451/head^2
Alex van Andel 2022-09-14 16:40:56 +01:00 committed by GitHub
parent 3a06947c8a
commit 3f29df16ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { useRouter } from "next/router";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { isMac } from "@calcom/lib/isMac";
import { Icon } from "@calcom/ui/Icon";
import { Tooltip } from "@calcom/ui/v2/core";
import Tooltip from "@calcom/ui/v2/core/Tooltip";
type shortcutArrayType = {
shortcuts?: string[];