star import checkstyle error fix

This commit is contained in:
Mei Chang van der Werff 2025-12-02 18:20:47 +01:00
commit ca00ee8e79

View file

@ -20,7 +20,12 @@ import static com.google.inject.Guice.createInjector;
import java.io.IOException;
import java.net.URISyntaxException;
import client.scenes.*;
import client.scenes.AddStepsCtrl;
import client.scenes.MainCtrl;
import client.scenes.AddIngredientCtrl;
import client.scenes.AddNameCtrl;
import client.scenes.FoodpalApplicationCtrl;
import client.scenes.QuoteOverviewCtrl;
import com.google.inject.Injector;
import client.utils.ServerUtilsExample;