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 509b06c..883a3c1 100644
--- a/webapp/src/components/trick_in_play.rs
+++ b/webapp/src/components/trick_in_play.rs
@@ -1,5 +1,5 @@
use crate::components::Card;
-use protocol::bridge_engine::{Player, Trick};
+use protocol::{bridge_engine::Trick, core::Player};
use yew::prelude::*;
#[function_component(TrickInPlay)]