Update ambiguous theme import (#3009)

Fixes an ambiguous reference to `theme` causing storybook not to build.
This commit is contained in:
Nate Butler
2023-09-21 20:32:41 -04:00
committed by GitHub
+1 -1
View File
@@ -7,8 +7,8 @@ mod modules;
pub mod prelude;
mod theme;
pub use crate::theme::*;
pub use components::*;
pub use element_ext::*;
pub use elements::*;
pub use modules::*;
pub use theme::*;