Remove dead projects code

This commit is contained in:
Jake McDermott 2020-09-08 13:40:29 -04:00
parent 328b270c9f
commit c3f9993e18
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F
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';