refactor: chicken module for other role's
feat: steward Role chore: add some rive file and library
This commit is contained in:
@@ -51,7 +51,7 @@ Map<String, Future<void>?> getTargetModule(Module? value) {
|
||||
case Module.liveStocks:
|
||||
return {LiveStockRoutes.init: setupLiveStockDI()};
|
||||
case Module.chicken:
|
||||
return {ChickenRoutes.init: setupChickenDI()};
|
||||
return {ChickenRoutes.initSteward: setupChickenDI()};
|
||||
default:
|
||||
return {AppPaths.moduleList: null};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user