mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 10:06:16 +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 {}
|