mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: rename files
This commit is contained in:
parent
328e0ac73a
commit
387ee911a9
@ -1,14 +1,14 @@
|
||||
#![allow(clippy::module_inception)]
|
||||
mod attributes;
|
||||
mod document;
|
||||
mod document_operation;
|
||||
mod node;
|
||||
mod position;
|
||||
mod node_tree;
|
||||
mod operation;
|
||||
mod path;
|
||||
mod transaction;
|
||||
|
||||
pub use attributes::*;
|
||||
pub use document::*;
|
||||
pub use document_operation::*;
|
||||
pub use node::*;
|
||||
pub use position::*;
|
||||
pub use node_tree::*;
|
||||
pub use operation::*;
|
||||
pub use path::*;
|
||||
pub use transaction::*;
|
||||
|
@ -1,4 +1,4 @@
|
||||
use crate::core::document::position::Path;
|
||||
use crate::core::document::path::Path;
|
||||
use crate::core::{Node, NodeAttributes, NodeData, NodeOperation, OperationTransform, TextDelta, Transaction};
|
||||
use crate::errors::{ErrorBuilder, OTError, OTErrorCode};
|
||||
use indextree::{Arena, Children, FollowingSiblings, NodeId};
|
@ -1,4 +1,4 @@
|
||||
use crate::core::document::position::Path;
|
||||
use crate::core::document::path::Path;
|
||||
use crate::core::{Node, NodeAttributes, TextDelta};
|
||||
|
||||
#[derive(Clone, serde::Serialize, serde::Deserialize)]
|
@ -1,4 +1,4 @@
|
||||
use crate::core::document::position::Path;
|
||||
use crate::core::document::path::Path;
|
||||
use crate::core::{Node, NodeAttributes, NodeOperation, NodeTree};
|
||||
use indextree::NodeId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user