import React from 'react'; export const LoadingTeamsForm = (): JSX.Element => { return ( <> ); }; export default LoadingTeamsForm;