From 49e07870e1cecf10a9e30fda48a0450aca3e6d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sun, 9 Nov 2025 12:13:02 +0100 Subject: [PATCH] fix(GameView): enlever les import inutiles --- src/GameView.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GameView.java b/src/GameView.java index e7522d2..c17f414 100644 --- a/src/GameView.java +++ b/src/GameView.java @@ -1,5 +1,3 @@ -import java.awt.Container; -import java.awt.Graphics; import java.util.ArrayList; import javax.swing.JComponent;