develop #1

Merged
Sadra3st merged 4 commits from develop into main 2026-05-21 20:53:32 +00:00
Showing only changes of commit c8c9d01f00 - Show all commits
+2 -1
View File
@@ -4,6 +4,7 @@ import javafx.application.Application;
public class Launcher { public class Launcher {
public static void main(String[] args) { public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(Main.class);
} }
} }