mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 10:06:19 +00:00
added devices
This commit is contained in:
6
lib/pages/routiens/bloc/routine_state.dart
Normal file
6
lib/pages/routiens/bloc/routine_state.dart
Normal file
@ -0,0 +1,6 @@
|
||||
part of 'routine_bloc.dart';
|
||||
|
||||
@immutable
|
||||
sealed class RoutineState {}
|
||||
|
||||
final class RoutineInitial extends RoutineState {}
|
Reference in New Issue
Block a user