summaryrefslogtreecommitdiff
path: root/webapp/src/components/game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/game.rs')
-rw-r--r--webapp/src/components/game.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/src/components/game.rs b/webapp/src/components/game.rs
index 34e073c..7ade948 100644
--- a/webapp/src/components/game.rs
+++ b/webapp/src/components/game.rs
@@ -1,7 +1,7 @@
-use crate::bridge_engine::{self, Contract, DealInPlay, DealInPlayResult, Player};
-use crate::card;
-use crate::card::Deal;
-use crate::card::Suit;
+use protocol::bridge_engine::{self, Contract, DealInPlay, DealInPlayResult, Player};
+use protocol::card;
+use protocol::card::Deal;
+use protocol::card::Suit;
use crate::components::{Bidding, Hand, ShowBid, TrickInPlay, TricksPlayed};
use log::{error, info};
use yew::prelude::*;