fix improts

This commit is contained in:
Σlie *
2026-02-27 22:32:48 +01:00
parent 0856cac15a
commit 1b1313d17e

View File

@ -3,10 +3,9 @@ package fr.tetelie.crawler.web;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping; import java.util.List;
import org.springframework.web.bind.annotation.RequestParam;
@Controller @Controller
public class ProductController { public class ProductController {