Merge pull request #8102 from jakemcdermott/remove-dead-projects-code

Remove dead projects code

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-09-11 20:09:25 +00:00 committed by GitHub
commit 9d4bad559f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View File

@ -1,10 +0,0 @@
import React, { Component } from 'react';
import { CardBody } from '../../../components/Card';
class ProjectSchedules extends Component {
render() {
return <CardBody>Coming soon :)</CardBody>;
}
}
export default ProjectSchedules;

View File

@ -1 +0,0 @@
export { default } from './ProjectSchedules';