import TeamClient from "./teamClient";

export const dynamic = 'force-dynamic';


export default function page(){
  return <TeamClient />
}