mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -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:
commit
9d4bad559f
@ -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';
|
||||
Loading…
x
Reference in New Issue
Block a user