From 50d6ef8ad0f344c9b510c6752119fa5983629d95 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 5 Nov 2022 18:06:54 -0400 Subject: Add table view and go to table automatically --- 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 60c310e..0326c09 100644 --- a/webapp/src/components.rs +++ b/webapp/src/components.rs @@ -11,6 +11,7 @@ mod hand; mod show_bid; mod trick_in_play; mod tricks_played; +mod table; pub use self::app_context_provider::*; pub use self::bidding::*; @@ -23,6 +24,7 @@ pub use self::show_bid::*; pub use self::trick_in_play::*; pub use self::tricks_played::*; pub use self::error_info::*; +pub use self::table::*; pub fn suit_css_class(suit: Suit) -> &'static str { match suit { -- cgit v1.2.3