mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-31 21:11:35 +00:00

* chore: remove update attributes * chore: format code * chore: extension for transaction * refactor: add document editor trait * chore: add appflowy_document editor * chore: add document serde * chore: add new document editor * chore: add tests * chore: add more test * chore: add test Co-authored-by: nathan <nathan@appflowy.io>
5 lines
65 B
Rust
5 lines
65 B
Rust
pub mod conflict;
|
|
pub mod editor;
|
|
pub mod queue;
|
|
mod web_socket;
|