chore: fix warnings

This commit is contained in:
appflowy 2022-09-09 17:08:20 +08:00
parent b24c4413e8
commit 61c2b928c9

View File

@ -1,4 +1,4 @@
use lib_ot::core::{DocumentTree, NodeAttributes, NodeData, NodeSubTree, Path, TransactionBuilder};
use lib_ot::core::{DocumentTree, NodeAttributes, NodeSubTree, Path, TransactionBuilder};
pub enum NodeScript {
InsertNode { path: Path, node: NodeSubTree },