feat: Implement Client Order List
This commit is contained in:
@@ -18,7 +18,7 @@ import AddClient from './features/business/clients/AddClient';
|
||||
import ServiceRates from './features/business/rates/ServiceRates';
|
||||
import OrderList from './features/operations/orders/OrderList';
|
||||
import OrderDetail from './features/operations/orders/OrderDetail';
|
||||
|
||||
import ClientOrderList from './features/operations/orders/ClientOrderList';
|
||||
|
||||
/**
|
||||
* AppRoutes Component
|
||||
@@ -95,6 +95,7 @@ const AppRoutes: React.FC = () => {
|
||||
<Route path="/rates" element={<ServiceRates />} />
|
||||
{/* Operations Routes */}
|
||||
<Route path="/orders" element={<OrderList />} />
|
||||
<Route path="/orders/client" element={<ClientOrderList />} />
|
||||
<Route path="/orders/:id" element={<OrderDetail />} />
|
||||
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user