refactor(widget): rename cosmic_container to layer_container
This commit is contained in:
parent
64ecb0ea48
commit
2d41a9e65d
2 changed files with 3 additions and 3 deletions
|
|
@ -55,8 +55,8 @@ pub mod column {
|
|||
}
|
||||
}
|
||||
|
||||
pub mod cosmic_container;
|
||||
pub use cosmic_container::LayerContainer;
|
||||
pub mod layer_container;
|
||||
pub use layer_container::{layer_container, LayerContainer};
|
||||
|
||||
pub mod dialog;
|
||||
pub use dialog::{dialog, Dialog};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue