Working on view

This commit is contained in:
veeso
2021-03-09 08:16:28 +01:00
parent 43c177e04d
commit 581badd101
2 changed files with 132 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
// Modules
pub mod components;
pub mod props;
pub mod view;
// locals
use props::{Props, PropsBuilder, PropValue};