From 8b5d16152ffb7d55811a7a558f67620a94e4cbf0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 9 Oct 2022 15:13:37 -0400 Subject: Add a reload button after an error setting up the app context --- webapp/src/components.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/src/components.rs') diff --git a/webapp/src/components.rs b/webapp/src/components.rs index 224177b..60c310e 100644 --- a/webapp/src/components.rs +++ b/webapp/src/components.rs @@ -2,6 +2,7 @@ use crate::card::Suit; mod app_context_provider; mod bidding; +mod error_info; mod bidding_box; mod bidding_table; mod card; @@ -21,6 +22,7 @@ pub use self::hand::*; pub use self::show_bid::*; pub use self::trick_in_play::*; pub use self::tricks_played::*; +pub use self::error_info::*; pub fn suit_css_class(suit: Suit) -> &'static str { match suit { -- cgit v1.2.3