fix: pipeline

This commit is contained in:
Natalia Cholewa 2026-01-18 16:32:01 +01:00
commit 4e574bed8d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
package client.scenes.recipe;
import client.utils.ServerUtils;
import client.utils.server.ServerUtils;
import com.google.inject.Inject;
import commons.FormalIngredient;
import commons.Ingredient;

View file

@ -3,7 +3,7 @@ package client.scenes.recipe;
import client.utils.DefaultValueFactory;
import client.utils.LocaleAware;
import client.utils.LocaleManager;
import client.utils.ServerUtils;
import client.utils.server.ServerUtils;
import com.google.inject.Inject;
import commons.FormalIngredient;
import commons.Recipe;