mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2025-01-22 18:34:46 +01:00
5 lines
68 B
Dart
5 lines
68 B
Dart
part of 'kanji_bloc.dart';
|
|
|
|
@immutable
|
|
abstract class KanjiEvent {}
|