diff --git a/src/components/pages/TestPage.js b/src/components/pages/TestPage.js deleted file mode 100644 index 2d42091612..0000000000 --- a/src/components/pages/TestPage.js +++ /dev/null @@ -1,7 +0,0 @@ -import React from 'react'; - -const TestPage = () => ( -

Hello from React!

-); - -export default TestPage; diff --git a/src/controllers/reactTest.html b/src/controllers/reactTest.html deleted file mode 100644 index a0cbc97a91..0000000000 --- a/src/controllers/reactTest.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/src/scripts/routes.js b/src/scripts/routes.js index 102d7f58d7..388c2a83e5 100644 --- a/src/scripts/routes.js +++ b/src/scripts/routes.js @@ -24,12 +24,6 @@ import { appRouter } from '../components/appRouter'; appRouter.addRoute(path, newRoute); } - defineRoute({ - alias: '/reactTest.html', - path: 'reactTest.html', - pageComponent: 'TestPage' - }); - defineRoute({ alias: '/addserver.html', path: 'session/addServer/index.html',