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