mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-18 05:41:48 +00:00

* chore: rename flowy-folder2 to flowy-folder * chore: rename flowy-document2 to flowy-document * chore: fix test * chore: move lib-infra crate * chore: remove shared-lib * chore: fix clippy
7 lines
97 B
Rust
7 lines
97 B
Rust
#![allow(clippy::module_inception)]
|
|
|
|
mod dart_event;
|
|
mod event_template;
|
|
|
|
pub use dart_event::*;
|