summaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index ef60551..10b1361 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -10,7 +10,7 @@ use axum::{
Json, Router,
};
use protocol::{
- bridge_engine::{Bid, GameStatePlayerView, Player, TableStatePlayerView},
+ bridge_engine::{Bid, Player, TableStatePlayerView},
card::Card,
};
use protocol::{Table, UserInfo};