Merge stock insights into products
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m58s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m58s
This commit is contained in:
@@ -46,6 +46,8 @@ function App() {
|
||||
<Route path="graph" element={<Dashboard />} />
|
||||
<Route path="products" element={<Products />} />
|
||||
<Route path="products/:id" element={<ProductDetails />} />
|
||||
<Route path="stock" element={<Navigate to="/products" replace />} />
|
||||
<Route path="stock-alerts" element={<Navigate to="/products" replace />} />
|
||||
<Route path="production-orders" element={<ProductionOrders />} />
|
||||
<Route path="clients" element={<Clients />} />
|
||||
<Route path="clients/:clientToken" element={<ClientDetails />} />
|
||||
|
||||
Reference in New Issue
Block a user