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
commit 4628639ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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::*;