introduce proper error boundary

This commit is contained in:
ranfdev
2024-02-13 15:41:23 +01:00
parent 75c59dfdb8
commit 29377dc1a6
8 changed files with 88 additions and 62 deletions

View File

@ -2,6 +2,7 @@ mod application;
#[rustfmt::skip]
mod config;
mod async_utils;
pub mod error;
mod subscription;
pub mod widgets;