From af03b32921fe266df6f7e4ddc1d33b4a62a478fc Mon Sep 17 00:00:00 2001 From: jessy-david-dev Date: Fri, 10 Apr 2026 22:27:57 +0200 Subject: [PATCH] chore: remove instruction files and stray character --- AGENTS.md | 5 ----- CLAUDE.md | 1 - app/components/HomeScreen.tsx | 1 - 3 files changed, 7 deletions(-) delete mode 100644 AGENTS.md delete mode 100644 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 8bd0e39..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,5 +0,0 @@ - -# This is NOT the Next.js you know - -This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. - diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 43c994c..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -@AGENTS.md diff --git a/app/components/HomeScreen.tsx b/app/components/HomeScreen.tsx index fa552c7..31432b9 100644 --- a/app/components/HomeScreen.tsx +++ b/app/components/HomeScreen.tsx @@ -115,7 +115,6 @@ export function HomeScreen({ partie{today > 1 ? "s" : ""} jouée{today > 1 ? "s" : ""} au total

)} - {/* Form */}