mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 21:44:54 +00:00
initialized Dashboard Page
This commit is contained in:
6
lib/features/layout/bloc/layout_state.dart
Normal file
6
lib/features/layout/bloc/layout_state.dart
Normal file
@ -0,0 +1,6 @@
|
||||
part of 'layout_cubit.dart';
|
||||
|
||||
@immutable
|
||||
abstract class LayoutState {}
|
||||
|
||||
class LayoutInitial extends LayoutState {}
|
||||
Reference in New Issue
Block a user