mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
7 lines
122 B
Dart
7 lines
122 B
Dart
part of 'routine_bloc.dart';
|
|
|
|
@immutable
|
|
sealed class RoutineState {}
|
|
|
|
final class RoutineInitial extends RoutineState {}
|