Add Empty widget

This commit is contained in:
Joscha 2024-03-03 23:52:12 +01:00
parent ba68e34d0d
commit 1000de5bcf
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,3 @@
pub use empty::Empty;
mod empty;