summaryrefslogtreecommitdiff
path: root/webapp/src/components/trick_in_play.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/trick_in_play.rs')
-rw-r--r--webapp/src/components/trick_in_play.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/trick_in_play.rs b/webapp/src/components/trick_in_play.rs
index 720fec0..c68239e 100644
--- a/webapp/src/components/trick_in_play.rs
+++ b/webapp/src/components/trick_in_play.rs
@@ -1,4 +1,4 @@
-use crate::bridge_engine::TurnInPlay;
+use protocol::bridge_engine::TurnInPlay;
use crate::components::Card;
use yew::prelude::*;