mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 21:34:54 +00:00
initialized Application theme
This commit is contained in:
5
lib/features/dashboard/bloc/dashboard_state.dart
Normal file
5
lib/features/dashboard/bloc/dashboard_state.dart
Normal file
@ -0,0 +1,5 @@
|
||||
part of 'dashboard_cubit.dart';
|
||||
|
||||
abstract class DashboardState {}
|
||||
|
||||
class DashboardInitial extends DashboardState {}
|
||||
Reference in New Issue
Block a user