Skip to content

Commit 0827f29

Browse files
committed
Use NewMainApp in Main
1 parent 385e19c commit 0827f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/seedu/address/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
*/
2121
public class Main {
2222
public static void main(String[] args) {
23-
Application.launch(MainApp.class, args);
23+
Application.launch(NewMainApp.class, args);
2424
}
2525
}

0 commit comments

Comments
 (0)