Commit 468b3f5b by GOLF
2 parents 4e9f8344 1c57bfea
Showing with 3 additions and 0 deletions
...@@ -5,6 +5,7 @@ import LoginPage from '../pages/login/LoginPage' ...@@ -5,6 +5,7 @@ import LoginPage from '../pages/login/LoginPage'
import MainPage from '../pages/main/MainPage' import MainPage from '../pages/main/MainPage'
import Test from '../pages/test/Test' import Test from '../pages/test/Test'
import WdsTransLog from '../templates/table/wdsTransLog/WDSTransLog.jsx' import WdsTransLog from '../templates/table/wdsTransLog/WDSTransLog.jsx'
import WDSSearch from '../templates/form/wdsTransLog/WDSSearch'
export default () => ( export default () => (
<Switch> <Switch>
...@@ -13,6 +14,7 @@ export default () => ( ...@@ -13,6 +14,7 @@ export default () => (
<Route path="/main" component={MainPage} /> <Route path="/main" component={MainPage} />
<Route path="/test" component={Test} /> <Route path="/test" component={Test} />
<Route path="/testGolfYes" component={WdsTransLog} /> <Route path="/testGolfYes" component={WdsTransLog} />
<Route path="/testWDSSearch" component={WDSSearch} />
</Switch> </Switch>
) )
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!