import React from "react"; import { SkeletonText } from "@calcom/ui"; import { ShellSubHeading } from "@components/Shell"; function SkeletonLoaderTeamList({ className }: { className?: string }) { return ( <> ); } export default SkeletonLoaderTeamList; function SkeletonItem() { return (
  • ); }