fed514e40b
(cherry picked from commit 2ba04f782ef17dac3b93930dccd3723f13d6836d)
10 lines
266 B
Dart
10 lines
266 B
Dart
import 'package:get/get.dart';
|
|
import 'package:tmail_ui_user/features/manage_account/presentation/profiles/identities/identity_bindings.dart';
|
|
|
|
class ProfileBindings extends Bindings {
|
|
|
|
@override
|
|
void dependencies() {
|
|
IdentityBindings().dependencies();
|
|
}
|
|
} |