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