mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
* refactor: lib dispatch * chore: type def * chore: type def * fix: local set spawn * chore: replace tokio spawn * chore: update log * chore: boxed event * chore: tauri lock
10 lines
133 B
Rust
10 lines
133 B
Rust
#![allow(clippy::module_inception)]
|
|
|
|
pub use container::*;
|
|
pub use data::*;
|
|
pub use module::*;
|
|
|
|
mod container;
|
|
mod data;
|
|
mod module;
|