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