sbjw
2025-12-01 0948f5cef77e7b1929e44ca9fa78e263aa79262d
src/App.js
@@ -24,6 +24,7 @@
import ExampleDefaultMap2dPage from "./example/ExampleDefaultMap2dPage";
import ExampleGetPointsPage from "./example/ExampleGetPointsPage";
import ExampleSelectPage from "./example/ExampleSelectPage";
import ExampleXzxxPage from "./example/ExampleXzxxPage";
function App() {
    return (
@@ -50,6 +51,7 @@
                    <Route path="/example/defaultMap2d" exact component={ExampleDefaultMap2dPage}/>
                    <Route path="/example/getPoints" exact component={ExampleGetPointsPage}/>
                    <Route path="/example/select" exact component={ExampleSelectPage}/>
                    <Route path="/example/xzxx" exact component={ExampleXzxxPage}/>
                    <Route path="/doc" exact component={DocPage}/>
                    <Route path="/doc/:page" exact component={DocPage}/>
                    <Route path="/test" exact component={TestPage}/>