refactor: reexport components in components/mod.rs

pull/13/head
Nefo Fortressia 2021-11-12 17:29:45 +07:00
parent 044414fa06
commit fb0a4e731d
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ pub mod app;
pub mod editor;
pub mod sidebar;
pub mod window;
pub use app::EchidnaEditor;
pub use editor::EchidnaCoreEditor;
pub use sidebar::EchidnaSidebar;
pub use window::EchidnaWindow;