Fixed import paths.

This commit is contained in:
Jeroen Reumkens 2023-01-25 13:58:32 -05:00
parent 579adb3f31
commit 73f4e48ee5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { CAL_URL } from "@calcom/lib/constants";
import { AvatarGroup } from "@calcom/ui/components/avatar";
import { AvatarGroup } from "@calcom/ui";
import { PublicEvent } from "../types";

View File

@ -1,5 +1,5 @@
import classNames from "@calcom/lib/classNames";
import { SkeletonText } from "@calcom/ui/components/skeleton";
import { SkeletonText } from "@calcom/ui";
export const EventMetaSkeleton = () => (
<div className="flex flex-col">