Remove old theme constructs

This commit is contained in:
Marshall Bowers 2023-10-30 14:47:38 -04:00
parent 1a54ac0d69
commit ba789fc0c4
9 changed files with 21 additions and 1874 deletions

View file

@ -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;