chore: fix renmae crate error

This commit is contained in:
appflowy 2022-08-03 08:41:13 +08:00
parent dfb6ff7d04
commit b6913a215e

View File

@ -1,4 +1,4 @@
pub mod codec;
pub mod core;
pub mod errors;
pub mod parser;
pub mod rich_text;