From 3e9a85a58b5c8c4834e7991b246ca2d3df4b64b0 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 24 Oct 2018 21:35:14 -0400 Subject: [PATCH] remove stale route redirection components --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 94a0bbfdd6..6cdbde9023 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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';