Nathan.fooo 3e088d48ac
refactor: fav and workspace (#3837)
* refactor: workspace

* chore: update collab rev

* test: add data migration test

* fix: test

* fix: tauri build

* test: fix bloc test

* test: fix bloc test

* test: fix bloc test

* chore: restore magic codde
2023-11-01 11:45:35 +08:00

15 lines
260 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;
pub mod share;
#[cfg(feature = "test_helper")]
mod test_helper;