Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi-Jr committed Jun 21, 2024
1 parent af5a70e commit 6d1d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/hexlet/code/app/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import hexlet.code.app.role.model.UserRole;
import hexlet.code.app.role.type.TaskRoleType;
import hexlet.code.app.role.type.UserRoleType;
import hexlet.code.app.task.Task;
import hexlet.code.app.task.model.Task;
import jakarta.persistence.CascadeType;
import jakarta.persistence.Entity;
import jakarta.persistence.EntityListeners;
Expand Down

0 comments on commit 6d1d894

Please sign in to comment.