summaryrefslogtreecommitdiff
path: root/webapp/src/components/tricks_played.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/tricks_played.rs')
-rw-r--r--webapp/src/components/tricks_played.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/tricks_played.rs b/webapp/src/components/tricks_played.rs
index 352a030..97a7cd1 100644
--- a/webapp/src/components/tricks_played.rs
+++ b/webapp/src/components/tricks_played.rs
@@ -1,5 +1,5 @@
-use yew::prelude::*;
use crate::bridge_engine::Trick;
+use yew::prelude::*;
#[function_component(TricksPlayed)]
pub fn tricks_played(props: &TricksPlayedProperties) -> Html {