feat(theme): export cosmic-theme & add CosmicContainers to example

This commit is contained in:
Ashley Wulber 2023-02-27 19:23:02 -05:00 committed by Jeremy Soller
parent cbb21932d8
commit 13aa5f88cb
4 changed files with 30 additions and 8 deletions

View file

@ -3,6 +3,7 @@
#![allow(clippy::module_name_repetitions)]
pub use cosmic_theme;
pub use iced;
pub use iced_lazy;
pub use iced_native;