fix(trixy): Use public reexports
This commit is contained in:
parent
21e1b75193
commit
b9e26418ad
|
@ -1,7 +1,7 @@
|
||||||
mod types {
|
pub mod types {
|
||||||
pub use trixy_types::*;
|
pub use trixy_types::*;
|
||||||
}
|
}
|
||||||
|
|
||||||
mod macros {
|
pub mod macros {
|
||||||
pub use trixy_macros::*;
|
pub use trixy_macros::*;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue