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