From 55a24a3b7d1b3fcc07f0bb8e53b00abf23e651b3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 10 Sep 2022 14:49:38 -0400 Subject: Add nav bar with 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 6d9a5ec..5deedb5 100644 --- a/webapp/src/components.rs +++ b/webapp/src/components.rs @@ -5,12 +5,14 @@ mod hand; mod bidding_table; mod bidding_box; mod bidding; +mod show_bid; mod game; pub use self::card::*; pub use self::bidding_box::*; pub use self::bidding_table::*; pub use self::bidding::*; +pub use self::show_bid::*; pub use self::game::*; pub use self::hand::*; -- cgit v1.2.3