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