first commit
This commit is contained in:
5
lib/ui/views/the_index/profil/profil_view_model.dart
Normal file
5
lib/ui/views/the_index/profil/profil_view_model.dart
Normal file
@ -0,0 +1,5 @@
|
||||
import 'package:traffic_light/app/core/custom_base_view_model.dart';
|
||||
|
||||
class ProfilViewModel extends CustomBaseViewModel {
|
||||
Future<void> init() async {}
|
||||
}
|
||||
Reference in New Issue
Block a user