fix: corriger erreurs ESLint sync (apostrophes, imports inutilisés)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 22:37:54 +02:00
parent 97f011a24b
commit abf5210de6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use client'
import { useState } from 'react'
import type { SyncChange, SyncChangeType, DiffResult } from '@/types/sync'
import type { SyncChangeType, DiffResult } from '@/types/sync'
interface DiffTableProps {
diff: DiffResult