fix: corriger erreurs ESLint sync (apostrophes, imports inutilisés)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user