import IntegrationForm from './IntegrationForm';
import DocLink from 'Shared/DocLink/DocLink';
const GithubForm = (props) => (
<>
Integrate GitHub with OpenReplay and create issues directly from the recording page.
>
);
GithubForm.displayName = "GithubForm";
export default GithubForm;