refactor: reexport components in components/mod.rs
parent
044414fa06
commit
fb0a4e731d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue