Skip to content

Commit

Permalink
feat: add classes to make MVC structure visable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Marjoni committed Feb 26, 2026
1 parent 18eeadf commit 0857d03
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/edu/group5/app/control/Wrapper.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package edu.group5.app.control;

public class Wrapper {

}
5 changes: 5 additions & 0 deletions src/main/java/edu/group5/app/utils/Utilities.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package edu.group5.app.utils;

public class Utilities {

}
5 changes: 5 additions & 0 deletions src/main/java/edu/group5/app/view/View.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package edu.group5.app.view;

public class View {

}
Binary file added target/classes/edu/group5/app/control/Wrapper.class
Binary file not shown.
Binary file added target/classes/edu/group5/app/utils/Utilities.class
Binary file not shown.
Binary file added target/classes/edu/group5/app/view/View.class
Binary file not shown.

0 comments on commit 0857d03

Please sign in to comment.