summaryrefslogtreecommitdiff
path: root/webapp/src/components.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components.rs')
-rw-r--r--webapp/src/components.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/webapp/src/components.rs b/webapp/src/components.rs
index aa3636f..d4b03ee 100644
--- a/webapp/src/components.rs
+++ b/webapp/src/components.rs
@@ -6,7 +6,6 @@ mod bidding_box;
mod bidding_table;
mod card;
mod error_info;
-mod game;
mod hand;
mod show_bid;
mod table;
@@ -19,7 +18,6 @@ pub use self::bidding_box::*;
pub use self::bidding_table::*;
pub use self::card::*;
pub use self::error_info::*;
-pub use self::game::*;
pub use self::hand::*;
pub use self::show_bid::*;
pub use self::table::*;