mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 22:09:43 +00:00
6 lines
188 B
Dart
6 lines
188 B
Dart
import "package:photos/events/event.dart";
|
|
|
|
// todo: consider removing this once we opt for riverpod or similar state management
|
|
// solution
|
|
class MemoriesSettingChanged extends Event {}
|