feat: add router to the arm page (#14)
This commit is contained in:
@@ -16,9 +16,10 @@ const Routers = () => {
|
||||
<Route path='order-form' element={<OrderForm />} />
|
||||
<Route path='order-view' element={<OrderView />} />
|
||||
</Route>
|
||||
<Route path='/dry-wash/arm' element={<Arm />}></Route>
|
||||
<Route path='/dry-wash/arm/*' element={<Arm />}></Route>
|
||||
</Routes>
|
||||
</Suspense>
|
||||
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user