| | |
| | | import ExampleGetPointsPage from "./example/ExampleGetPointsPage"; |
| | | import ExampleSelectPage from "./example/ExampleSelectPage"; |
| | | import ExampleXzxxPage from "./example/ExampleXzxxPage"; |
| | | import ExampleHtmlBoardPage from "./example/ExampleHtmlBoardPage"; |
| | | |
| | | function App() { |
| | | return ( |
| | |
| | | <Route path="/example/getPoints" exact component={ExampleGetPointsPage}/> |
| | | <Route path="/example/select" exact component={ExampleSelectPage}/> |
| | | <Route path="/example/xzxx" exact component={ExampleXzxxPage}/> |
| | | <Route path="/example/htmlBoard" exact component={ExampleHtmlBoardPage}/> |
| | | <Route path="/doc" exact component={DocPage}/> |
| | | <Route path="/doc/:page" exact component={DocPage}/> |
| | | <Route path="/test" exact component={TestPage}/> |