mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 16:04:54 +00:00
6 lines
108 B
Dart
6 lines
108 B
Dart
part of 'profile_cubit.dart';
|
|
|
|
abstract class ProfileState {}
|
|
|
|
class ProfileInitial extends ProfileState {}
|