export dump

This commit is contained in:
Aiden McClelland
2021-06-15 14:40:42 -06:00
committed by Aiden McClelland
parent 8bc6a3a1a5
commit d2f542a8f3

View File

@@ -23,7 +23,7 @@ pub use locker::{LockType, Locker};
pub use model::{
BoxModel, HasModel, Map, MapModel, Model, ModelData, ModelDataMut, OptionModel, VecModel,
};
pub use patch::{Revision, DiffPatch};
pub use patch::{DiffPatch, Dump, Revision};
pub use patch_db_macro::HasModel;
pub use store::{PatchDb, Store};
pub use transaction::Transaction;