import { AppListCard } from "@calcom/ui/components/app-list-card/AppListCard"; import type { AppListCardProps } from "@calcom/ui/components/app-list-card/AppListCard"; export default function AppListCardPlatformWrapper(props: AppListCardProps) { const logo = `https://app.cal.com${props.logo}`; return ; }