Add basic HRule and VRule widgets

This commit is contained in:
Joscha 2022-07-20 21:04:06 +02:00
parent 78906ffd96
commit 32f1ad5aae
2 changed files with 37 additions and 0 deletions

View file

@ -1,6 +1,7 @@
pub mod background;
pub mod empty;
pub mod list;
pub mod rules;
pub mod text;
use async_trait::async_trait;