Add route exports for application structure
- Created a new index.js file to export routes for Production, Inventory, Management, and Developer sections. - This centralizes route management and enhances modularity within the application.
This commit is contained in:
parent
a18831e67a
commit
963f36194e
4
src/routes/index.js
Normal file
4
src/routes/index.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export { default as ProductionRoutes } from './ProductionRoutes'
|
||||||
|
export { default as InventoryRoutes } from './InventoryRoutes'
|
||||||
|
export { default as ManagementRoutes } from './ManagementRoutes'
|
||||||
|
export { default as DeveloperRoutes } from './DeveloperRoutes'
|
||||||
Loading…
x
Reference in New Issue
Block a user