//=========================================== // THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template //=========================================== import { Team } from "../../.."; import { PageLayout } from "../page-layout"; import { LeaveTeamSection } from "./leave-team-section"; import { TeamApiKeysSection } from "./team-api-keys-section"; import { TeamDisplayNameSection } from "./team-display-name-section"; import { TeamMemberInvitationSection } from "./team-member-invitation-section"; import { TeamMemberListSection } from "./team-member-list-section"; import { TeamProfileImageSection } from "./team-profile-image-section"; import { TeamUserProfileSection } from "./team-profile-user-section"; export function TeamPage(props: { team: Team }) { return ( ); }