implemented the Ticker module with a native ProseMirror document renderer and integrated API support for structured content, navigation trees, and proxied files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import '../../../infrastructure/utility_widgets/loadable_hydrated_bloc/loadable_hydrated_bloc_event.dart';
|
||||
import 'ticker_state.dart';
|
||||
|
||||
sealed class TickerEvent extends LoadableHydratedBlocEvent<TickerState> {}
|
||||
|
||||
class TickerLoadEvent extends TickerEvent {}
|
||||
Reference in New Issue
Block a user