✨ Add new components for page layout
This commit is contained in:
parent
b6b7d9687b
commit
36c931486d
9 changed files with 126 additions and 96 deletions
|
|
@ -157,6 +157,12 @@ impl ToString for FontSize {
|
|||
|
||||
// *************************************************************************************************
|
||||
|
||||
mod layout;
|
||||
pub use layout::Layout;
|
||||
|
||||
mod region;
|
||||
pub use region::Region;
|
||||
|
||||
mod html;
|
||||
pub use html::Html;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue