Remove old theme constructs
This commit is contained in:
parent
1a54ac0d69
commit
ba789fc0c4
9 changed files with 21 additions and 1874 deletions
|
@ -23,7 +23,6 @@ mod elevation;
|
|||
pub mod prelude;
|
||||
pub mod settings;
|
||||
mod static_data;
|
||||
mod theme;
|
||||
|
||||
pub use components::*;
|
||||
pub use elements::*;
|
||||
|
@ -38,7 +37,6 @@ pub use static_data::*;
|
|||
// AFAICT this is something to do with conflicting names between crates and modules that
|
||||
// interfaces with declaring the `ClassDecl`.
|
||||
pub use crate::settings::*;
|
||||
pub use crate::theme::*;
|
||||
|
||||
#[cfg(feature = "stories")]
|
||||
mod story;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue