mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
6 lines
104 B
Dart
6 lines
104 B
Dart
part of 'lights_cubit.dart';
|
|
|
|
abstract class LightsState {}
|
|
|
|
class LightsInitial extends LightsState {}
|