diff options
Diffstat (limited to 'webapp/src/components.rs')
-rw-r--r-- | webapp/src/components.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/components.rs b/webapp/src/components.rs index 073de58..2bc8ff8 100644 --- a/webapp/src/components.rs +++ b/webapp/src/components.rs @@ -8,8 +8,10 @@ mod bidding; mod show_bid; mod game; mod trick_in_play; +mod tricks_played; pub use self::trick_in_play::*; +pub use self::tricks_played::*; pub use self::card::*; pub use self::bidding_box::*; pub use self::bidding_table::*; |