mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 17:25:47 +00:00
7 lines
107 B
Dart
7 lines
107 B
Dart
part of 'menu_cubit.dart';
|
|
|
|
@immutable
|
|
abstract class MenuState {}
|
|
|
|
class MenuInitial extends MenuState {}
|