refactor: reexport component preludes

pull/13/head
Nefo Fortressia 2021-11-12 17:31:46 +07:00
parent 0c43be616e
commit 8a9c414aee
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ pub use app::EchidnaEditor;
pub use editor::EchidnaCoreEditor;
pub use sidebar::EchidnaSidebar;
pub use window::EchidnaWindow;
pub mod prelude {
pub use super::window::{file::*, menubar::*};
}