refactor: update project structure

This commit is contained in:
2026-05-23 00:10:03 +03:30
parent e6004cce78
commit 92d5c4c1fa
2 changed files with 8 additions and 4 deletions
-4
View File
@@ -20,8 +20,4 @@ public class MusicApp extends Application {
stage.show();
}
public static void main(String[] args)
{
launch();
}
}