aboutsummaryrefslogtreecommitdiff
path: root/server/src/interaction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/interaction.rs')
-rw-r--r--server/src/interaction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/interaction.rs b/server/src/interaction.rs
index 2f58ed8f..c0fa5731 100644
--- a/server/src/interaction.rs
+++ b/server/src/interaction.rs
@@ -1,4 +1,3 @@
-use hurrycurry_client_lib::{Involvement, Item};
/*
Hurry Curry! - a game about cooking
Copyright 2024 metamuffin
@@ -16,6 +15,7 @@ use hurrycurry_client_lib::{Involvement, Item};
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+use hurrycurry_client_lib::{Involvement, Item};
use hurrycurry_protocol::{Gamedata, Recipe, Score, TileIndex};
use log::info;