feat: Implement voice-to-text transcription for rapid order creation and refactor RapidOrderBloc state management.
This commit is contained in:
@@ -51,7 +51,10 @@ void main() async {
|
||||
/// The main application module for the Client app.
|
||||
class AppModule extends Module {
|
||||
@override
|
||||
List<Module> get imports => <Module>[core_localization.LocalizationModule()];
|
||||
List<Module> get imports => <Module>[
|
||||
core_localization.LocalizationModule(),
|
||||
CoreModule(),
|
||||
];
|
||||
|
||||
@override
|
||||
void routes(RouteManager r) {
|
||||
|
||||
Reference in New Issue
Block a user