|
|
@ -7,6 +7,7 @@ import Measure from "./pages/measure/Measure"; |
|
|
|
import MeasureConfig from "./pages/measure/components/MeasureConfig"; |
|
|
|
import MeasureDetail from "./pages/measure/components/MeasureDetail"; |
|
|
|
import MeasureAction from "./pages/measure/components/MeasureAction"; |
|
|
|
import Debug from "./pages/debug/index" |
|
|
|
import App from "./App"; |
|
|
|
import reportWebVitals from "./reportWebVitals"; |
|
|
|
|
|
|
@ -31,6 +32,10 @@ const router = createBrowserRouter([ |
|
|
|
path: "action", |
|
|
|
element: <MeasureAction />, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "debug", |
|
|
|
element: <Debug />, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
], |
|
|
|