Remove dead projects code

This commit is contained in:
Jake McDermott
2020-09-08 13:40:29 -04:00
parent 328b270c9f
commit c3f9993e18
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';