mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
7 lines
115 B
Dart
7 lines
115 B
Dart
part of 'layout_cubit.dart';
|
|
|
|
@immutable
|
|
abstract class LayoutState {}
|
|
|
|
class LayoutInitial extends LayoutState {}
|