mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 09:45:22 +00:00
6 lines
116 B
Dart
6 lines
116 B
Dart
part of 'dashboard_cubit.dart';
|
|
|
|
abstract class DashboardState {}
|
|
|
|
class DashboardInitial extends DashboardState {}
|