import { RoadmapIcon } from '../ReactIcons/RoadmapIcon'; type TeamMemberEmptyPageProps = { teamId: string; }; export function TeamMemberEmptyPage(props: TeamMemberEmptyPageProps) { const { teamId } = props; return (
Progress will appear here as they start tracking their roadmaps.