add RoutableWidgetState conception

holds the routes for an arbitrary widget

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-09-06 18:31:50 -04:00
committed by William Casarin
parent df4e331d33
commit ee0029268f
4 changed files with 49 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ mod post;
mod profile;
pub mod relay_pool_manager;
mod result;
mod routable_widget_state;
mod route;
mod subscriptions;
mod test_data;