mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-22 13:57:29 +01:00
5 lines
70 B
Dart
5 lines
70 B
Dart
part of 'search_bloc.dart';
|
|
|
|
@immutable
|
|
abstract class SearchEvent {}
|