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