chore: fix import ambiguity when building on CI
This commit is contained in:
parent
1db139f47f
commit
016facf017
|
@ -1,4 +1,4 @@
|
|||
pub use alert::Alert;
|
||||
pub use domasi::Domasi;
|
||||
pub use crate::alert::Alert;
|
||||
pub use crate::domasi::Domasi;
|
||||
mod alert;
|
||||
mod domasi;
|
||||
|
|
Loading…
Reference in New Issue