Add List widget

This commit is contained in:
Joscha 2022-07-12 19:19:09 +02:00
parent 0a91f2077d
commit 82049aedc0
2 changed files with 338 additions and 0 deletions

View file

@ -1,3 +1,4 @@
pub mod list;
pub mod text;
use async_trait::async_trait;