1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove stale route redirection components

This commit is contained in:
John Mitchell 2018-10-24 21:35:14 -04:00
parent 51c58d5645
commit 3e9a85a58b
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -35,8 +35,6 @@ import api from './api';
import About from './components/About';
import TowerLogo from './components/TowerLogo';
// import AuthenticatedRoute from './components/AuthenticatedRoute';
// import UnauthenticatedRoute from './components/UnauthenticatedRoute';
import ConditionalRedirect from './components/ConditionalRedirect';
import Applications from './pages/Applications';