mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-28 00:14:54 +00:00
6 lines
96 B
Dart
6 lines
96 B
Dart
part of 'auth_cubit.dart';
|
|
|
|
abstract class AuthState {}
|
|
|
|
class AuthInitial extends AuthState {}
|