fix(trixy): Use public reexports

This commit is contained in:
Benedikt Peetz 2023-12-26 12:18:58 +01:00
parent 21e1b75193
commit b9e26418ad
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
mod types {
pub mod types {
pub use trixy_types::*;
}
mod macros {
pub mod macros {
pub use trixy_macros::*;
}