added pages builder, to do universal traits for builders

This commit is contained in:
2024-03-12 23:49:20 +04:00
parent 4c230c090d
commit a9626cda4d
7 changed files with 137 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
pub mod wrapper;
pub mod switch;
pub mod tabs;
pub mod pages;
pub mod switch;
pub mod wrapper;