Export TxReport
This commit is contained in:
parent
4c39d45d59
commit
6301924c54
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ pub use mentat_core::{
|
||||||
|
|
||||||
pub use mentat_db::{
|
pub use mentat_db::{
|
||||||
new_connection,
|
new_connection,
|
||||||
TxReport,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub use mentat_db::types::TxReport;
|
||||||
|
|
||||||
pub use query::{
|
pub use query::{
|
||||||
NamespacedKeyword,
|
NamespacedKeyword,
|
||||||
PlainSymbol,
|
PlainSymbol,
|
||||||
|
|
Loading…
Reference in a new issue