Skip to content

Commit

Permalink
Correção de import na classe LivroController
Browse files Browse the repository at this point in the history
  • Loading branch information
Muriloabreu committed Apr 8, 2023
1 parent 98f65b4 commit d86e5d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import com.api.livro_ja.dtos.LivroDtos;
import com.api.livro_ja.models.LivroModel;
import com.api.livro_ja.services.LivroService;
import com.api.parkingcontrol.dtos.ParkingSpotDto;
import com.api.parkingcontrol.models.ParkingSpotModel;


import jakarta.validation.Valid;

Expand Down

0 comments on commit d86e5d1

Please sign in to comment.