feat: reexport GettingStartedPage in components/mod.rs

feat/getting-started
Nefo Fortressia 2021-11-13 19:11:55 +07:00
parent 1f882b0ced
commit ed605508f9
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 2 additions and 0 deletions

View File

@ -4,11 +4,13 @@
pub mod app;
pub mod editor;
pub mod getting_started;
pub mod sidebar;
pub mod window;
pub use app::EchidnaEditor;
pub use editor::EchidnaCoreEditor;
pub use getting_started::GettingStartedPage;
pub use sidebar::EchidnaSidebar;
pub use window::EchidnaWindow;