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