Move list_view to libcosmic

This commit is contained in:
Jeremy Soller 2022-09-30 09:57:11 -06:00
parent bfcaf829eb
commit 8e42dc46ea
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 97 additions and 92 deletions

View file

@ -16,7 +16,7 @@ mod icon;
pub use self::icon::icon;
mod list_view;
pub use list_view::list_view_style;
pub use list_view::{list_view, list_view_style};
mod nav_bar;
pub use nav_bar::{nav_bar, nav_bar_style};