@@ -11,6 +11,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\HttpFoundation\Request;
use App\Entity\Film;
+use App\Entity\Genre;
use App\Form\CommentaireType;
use App\Form\FilmType;
use App\Service\CommentaireManager;