Remove test page
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import React from 'react';
|
||||
|
||||
const TestPage = () => (
|
||||
<h1>Hello from React!</h1>
|
||||
);
|
||||
|
||||
export default TestPage;
|
||||
@@ -1 +0,0 @@
|
||||
<div id="react-test" data-role="page" class="page standalonePage"></div>
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user