Remove hacky children
This commit is contained in:
parent
24bab48043
commit
d320d3a8bf
6 changed files with 10 additions and 40 deletions
|
@ -1,6 +1,5 @@
|
|||
#![allow(dead_code, unused_variables)]
|
||||
|
||||
mod children;
|
||||
mod components;
|
||||
mod element_ext;
|
||||
mod elements;
|
||||
|
@ -8,7 +7,6 @@ pub mod prelude;
|
|||
mod static_data;
|
||||
mod theme;
|
||||
|
||||
pub use children::*;
|
||||
pub use components::*;
|
||||
pub use element_ext::*;
|
||||
pub use elements::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue