Commit 1c57bfea by Thanaporn Rattanaburi

Updated : Route > WDSSearch

1 parent 11dfd34c
Showing with 2 additions and 0 deletions
......@@ -5,6 +5,7 @@ import LoginPage from '../pages/login/LoginPage'
import MainPage from '../pages/main/MainPage'
import Test from '../pages/test/Test'
import WdsTransLog from '../templates/table/wdsTransLog/WDSTransLog.jsx'
import WDSSearch from '../templates/form/wdsTransLog/WDSSearch'
export default () => (
<Switch>
......@@ -13,5 +14,6 @@ export default () => (
<Route path="/main" component={MainPage} />
<Route path="/test" component={Test} />
<Route path="/testGolfYes" component={WdsTransLog} />
<Route path="/testWDSSearch" component={WDSSearch} />
</Switch>
)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!