diff options
Diffstat (limited to 'src/gui/LevelSurround.java')
-rw-r--r-- | src/gui/LevelSurround.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/LevelSurround.java b/src/gui/LevelSurround.java index 14ac9a2..f815982 100644 --- a/src/gui/LevelSurround.java +++ b/src/gui/LevelSurround.java @@ -1,7 +1,6 @@ package gui; -import GamePlay.newSongPlayer; -import GamePlay.SongPlayer; +import gameplay.SongPlayer; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.control.Button; |