mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
6 lines
104 B
Dart
6 lines
104 B
Dart
part of 'layout_cubit.dart';
|
|
|
|
abstract class LayoutState {}
|
|
|
|
class LayoutInitial extends LayoutState {}
|