Fix runtime errors

This commit is contained in:
Nathan Sobo 2023-10-23 11:34:35 +02:00
parent 5247f217fd
commit da8919002f
7 changed files with 31 additions and 20 deletions

View file

@ -4,7 +4,7 @@ mod components;
mod element_ext;
mod elements;
pub mod prelude;
mod settings;
pub mod settings;
mod static_data;
mod theme;