Add Background widget

This commit is contained in:
Joscha 2024-03-04 00:26:20 +01:00
parent 1000de5bcf
commit fd1b337cd1
4 changed files with 70 additions and 17 deletions

View file

@ -1,3 +1,5 @@
pub use empty::Empty;
pub use background::*;
pub use empty::*;
mod background;
mod empty;