Skip to content

Commit

Permalink
feat: add User superclass
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Marjoni committed Feb 26, 2026
1 parent b8bab03 commit b037659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/edu/group5/app/model/user/User.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package edu.group5.app.model.user;

public class User {

}
Binary file added target/classes/edu/group5/app/model/user/User.class
Binary file not shown.

0 comments on commit b037659

Please sign in to comment.