remove bad import in Main

This commit is contained in:
Tyler Murphy 2022-05-17 19:37:05 -04:00
parent 0ce33ae3ce
commit 2a0ddce7c3

View file

@ -19,7 +19,6 @@
package net.tylermurphy.hideAndSeek; package net.tylermurphy.hideAndSeek;
import jdk.jpackage.internal.IOUtils;
import net.tylermurphy.hideAndSeek.configuration.Config; import net.tylermurphy.hideAndSeek.configuration.Config;
import net.tylermurphy.hideAndSeek.configuration.Items; import net.tylermurphy.hideAndSeek.configuration.Items;
import net.tylermurphy.hideAndSeek.configuration.Localization; import net.tylermurphy.hideAndSeek.configuration.Localization;