import React from 'react'; import IntegrationForm from './IntegrationForm'; import DocLink from 'Shared/DocLink/DocLink'; import IntegrationModalCard from 'Components/Client/Integrations/IntegrationModalCard'; const GithubForm = (props) => (
Integrate GitHub with OpenReplay and create issues directly from the recording page.
); GithubForm.displayName = 'GithubForm'; export default GithubForm;