add route for plant section in App component

This commit is contained in:
2025-10-09 10:59:52 +07:00
parent e13539618b
commit 0a2c23fa9c

View File

@@ -52,6 +52,7 @@ const App = () => {
<Route path="device" element={<IndexDevice />} />
<Route path="tag" element={<IndexTag />} />
<Route path="brand-device" element={<IndexBrandDevice />} />
<Route path="plant-section" element={<IndexPlantSection />} />
<Route path="error-code" element={<IndexErrorCode />} />
</Route>