mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
5facb61e23
* 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
14 lines
218 B
Rust
14 lines
218 B
Rust
pub mod document;
|
|
pub mod document_data;
|
|
pub mod entities;
|
|
pub mod event_handler;
|
|
pub mod event_map;
|
|
pub mod manager;
|
|
pub mod parser;
|
|
pub mod protobuf;
|
|
|
|
pub mod deps;
|
|
pub mod notification;
|
|
mod parse;
|
|
pub mod reminder;
|