sbjw
18 hours ago c5e0f2ccf5790657a209d0499dac2291d75f58c5
src/App.js
@@ -28,6 +28,7 @@
import ExampleHtmlBoardPage from "./example/ExampleHtmlBoardPage";
import Example2DDrawUpdatePage from "./example/Example2DDrawUpdatePage";
import ExampleBlinkPage from "./example/ExampleBlinkPage";
import ExampleDrawDyPage from "./example/ExampleDrawDyPage";
function App() {
    return (
@@ -58,6 +59,7 @@
                    <Route path="/example/htmlBoard" exact component={ExampleHtmlBoardPage}/>
                    <Route path="/example/map2dDrawUpdate" exact component={Example2DDrawUpdatePage}/>
                    <Route path="/example/blink" exact component={ExampleBlinkPage}/>
                    <Route path="/example/dydraw" exact component={ExampleDrawDyPage}/>
                    <Route path="/doc" exact component={DocPage}/>
                    <Route path="/doc/:page" exact component={DocPage}/>
                    <Route path="/test" exact component={TestPage}/>