refactor: rename structs

This commit is contained in:
appflowy 2022-02-26 11:03:42 +08:00
parent 6078e46d3d
commit 01985848f9
14 changed files with 72 additions and 69 deletions

View file

@ -1,5 +1,5 @@
use flowy_collaboration::entities::revision::RevisionState;
use flowy_document::editor::ClientBlockEditor;
use flowy_document::block_editor::ClientBlockEditor;
use flowy_document::DOCUMENT_SYNC_INTERVAL_IN_MILLIS;
use flowy_test::{helper::ViewTest, FlowySDKTest};
use lib_ot::{core::Interval, rich_text::RichTextDelta};