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