}
title={item.title}
description={item.description}
/>
);
function TeamInfo() {
const [loading, setLoading] = useState(false);
const locale = useLocale();
const ListFooter = (
setLoading(!loading)}
>
{loading ? (
} size="mini" type="text" />
) : (
)}
);
return (
);
}
export default TeamInfo;