diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-22 13:31:24 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-22 13:39:11 -0500 |
commit | 22452073063b9211aa2aa38a1b1e2cf2e44cf133 (patch) | |
tree | 7988fed422b019a6ff5ba057d17f83082b05c440 /webapp/src/components.rs | |
parent | c2145b91775be375779884a2a97365396923aba1 (diff) |
Delete outdated `game` component
Diffstat (limited to 'webapp/src/components.rs')
-rw-r--r-- | webapp/src/components.rs | 2 |
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::*; |