mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-08 08:08:39 +00:00

* refactor: notification send * refactor: rename dart-notify to flowy-notification * ci: fix clippy wanrings * ci: fix rust code converage
4 lines
32 B
Rust
4 lines
32 B
Rust
mod sender;
|
|
|
|
pub use sender::*;
|