re-export json-ptr (#4)

This commit is contained in:
Aiden McClelland
2021-04-26 11:51:36 -06:00
committed by GitHub
parent 96e9be16ec
commit 247c1712ba
2 changed files with 6 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ pub use patch::Revision;
pub use patch_db_macro::HasModel;
pub use store::{PatchDb, Store};
pub use transaction::{Checkpoint, SubTransaction, Transaction};
pub use json_ptr;
#[derive(Error, Debug)]
pub enum Error {