KDLPatients/lib/app/core/core.dart

10 lines
308 B
Dart
Raw Permalink Normal View History

2024-09-25 17:20:07 +00:00
// Core plugins
export 'package:kdl_patients/app/core/config/api_config.dart';
export 'package:kdl_patients/app/routes/app_router.dart';
export 'package:kdl_patients/di/setup.dart';
export 'package:kdl_patients/gen/strings.g.dart';
// App files
export 'resources/resource.dart';
export 'themes/index.dart';