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
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';