From abf5210de6a1f12b3043d7462d638023715cb969 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Mon, 8 Jun 2026 22:37:54 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20corriger=20erreurs=20ESLint=20sync=20(ap?= =?UTF-8?q?ostrophes,=20imports=20inutilis=C3=A9s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/app/(dashboard)/sync/page.tsx | 4 ++-- src/app/api/sync/history/route.ts | 4 ++-- src/app/api/sync/preview/route.ts | 4 ++-- src/components/sync/DiffTable.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/(dashboard)/sync/page.tsx b/src/app/(dashboard)/sync/page.tsx index 016011e..c82f3e6 100644 --- a/src/app/(dashboard)/sync/page.tsx +++ b/src/app/(dashboard)/sync/page.tsx @@ -120,7 +120,7 @@ export default function SyncPage() { {step === 1 && (

- Lit Google Sheets et compare avec le catalogue Shopify actuel pour générer l'aperçu des changements. + Lit Google Sheets et compare avec le catalogue Shopify actuel pour générer l'aperçu des changements.

{error && (
@@ -146,7 +146,7 @@ export default function SyncPage() { onClick={() => { setStep(1); setDiff(null) }} className="px-4 py-2 text-sm bg-slate-800 hover:bg-slate-700 text-slate-300 rounded-lg" > - ← Relancer l'analyse + ← Relancer l'analyse