mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
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:
@@ -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;
|
||||
@@ -1 +0,0 @@
|
||||
export { default } from './ProjectSchedules';
|
||||
Reference in New Issue
Block a user