mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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
18 lines
310 B
Rust
18 lines
310 B
Rust
pub use collab_folder::ViewLayout;
|
|
|
|
pub mod entities;
|
|
pub mod event_handler;
|
|
pub mod event_map;
|
|
pub mod manager;
|
|
pub mod notification;
|
|
pub mod protobuf;
|
|
mod user_default;
|
|
pub mod view_operation;
|
|
|
|
mod manager_init;
|
|
mod manager_observer;
|
|
pub mod share;
|
|
#[cfg(feature = "test_helper")]
|
|
mod test_helper;
|
|
mod util;
|