refactor: reexport all preludes to the crate

pull/13/head
Nefo Fortressia 2021-11-12 17:33:40 +07:00
parent 8a9c414aee
commit 64b63cf416
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ fn main() {
std::process::exit(app.run());
}
pub mod prelude {
pub use super::components::prelude::*;
pub use super::lib::prelude::*;
}