refactor: change ServerUtils location
This commit is contained in:
parent
303f98ceb5
commit
6764577e82
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package client.scenes.Ingredient;
|
||||
|
||||
import client.scenes.nutrition.NutritionDetailsCtrl;
|
||||
import client.utils.ServerUtils;
|
||||
import client.utils.server.ServerUtils;
|
||||
import commons.Ingredient;
|
||||
import jakarta.inject.Inject;
|
||||
import javafx.fxml.FXML;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import client.Ingredient.IngredientViewModel;
|
|||
import client.exception.IllegalInputFormatException;
|
||||
import client.utils.LocaleAware;
|
||||
import client.utils.LocaleManager;
|
||||
import client.utils.ServerUtils;
|
||||
import client.utils.server.ServerUtils;
|
||||
import com.google.inject.Inject;
|
||||
import commons.Ingredient;
|
||||
import javafx.application.Platform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue