mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Remove dead projects code
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