From 1ef6d8056e540decf1bc8c050035d0479c45896f Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 10 Jul 2017 19:36:20 +0900 Subject: [PATCH] revert --- .gitignore | 4 +++- public/index.html | 1 + src/ts/Routes.tsx | 58 ++++++++++++++++++++++++++++++++++------------- 3 files changed, 46 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index d9c99ff..d77ce81 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,6 @@ typings/ # dotenv environment variables file .env -dist/ \ No newline at end of file +dist/ + +.idea/ \ No newline at end of file diff --git a/public/index.html b/public/index.html index 28ee7c6..4003b94 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ +
diff --git a/src/ts/Routes.tsx b/src/ts/Routes.tsx index 25f89b1..9194579 100644 --- a/src/ts/Routes.tsx +++ b/src/ts/Routes.tsx @@ -20,8 +20,6 @@ import { TargetList } from './containers/target/TargetList'; import { TargetDetail } from './containers/target/TargetDetail'; import { DiscoveryResult } from './containers/discovery/DiscoveryResult'; -import { NewRes } from './containers/NewRes'; - import {DropDownTest} from './containers/test/Sementic001'; import {Page8} from './containers/test/Page8'; import {SignIn} from './containers/test/Page9'; @@ -34,22 +32,53 @@ export class Routes extends React.Component {

React Redux sample

  • Home
  • -
  • Test
  • -
  • Test2
  • -
  • SignIn
  • -
  • PWChange
  • -
  • ProbeDown
  • - +
  • Member Regist
  • +
  • Member Login
  • + +
  • MemberRegistResult
  • +
  • MemberEmailConfirm
  • +
  • WaitForAuth
  • +
  • WaitForAuthDetail
  • + +
  • SensorConfig
  • +
  • ProveDownload
  • +
  • Agents
  • +
  • AgentDetail
  • +
  • TargetList
  • +
  • TargetDetail
  • +
  • DiscoveryResult
  • + +
  • Test
  • +
  • Test2
  • +
  • SignIn
  • +
  • PWChange
  • +
  • ProbeDown
  • + + + + + + + + + + + + + + + + + - - - - - + + + + @@ -58,6 +87,3 @@ export class Routes extends React.Component { ); } } - - -