added inputs components and created page for fifth lab

This commit is contained in:
2024-03-17 21:34:12 +04:00
parent 5bd783b75b
commit 5687d6773a
11 changed files with 359 additions and 168 deletions

View File

@@ -1,5 +1,7 @@
pub mod tabs;
pub mod input;
pub mod pages;
pub mod switch;
pub mod wrapper;
pub mod builder_pattern_traits;
use crate::model::builder_traits;