import {Component} from 'react'; import withOrganization from 'sentry/utils/withOrganization'; import ProjectProguard from './projectProguard'; class ProjectProguardContainer extends Component { render() { return ; } } export default withOrganization(ProjectProguardContainer);