Add Modal component

This commit is contained in:
2024-03-30 13:46:53 +01:00
parent 5c91df206c
commit cf9737fc76
6 changed files with 342 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub mod icons;
pub mod loading;
pub mod login;
pub mod main_window;
pub mod modal;
pub mod spinner;
pub mod text_input;
pub mod wallpaper;