correction import info non utilisé

npm run build ok
This commit is contained in:
streaper2
2025-12-19 18:17:56 +01:00
parent 0a3214a6fd
commit 6e241f1cc0

View File

@@ -1,5 +1,5 @@
import { useState, useRef, useEffect } from 'react'; import { useState, useRef, useEffect } from 'react';
import { Download, Type, Image as ImageIcon, Layout, MousePointer2, Trash2, Code, AlignLeft, AlignCenter, AlignRight, Loader2, Link as LinkIcon, Smile, Minus, Heading, Bold, Italic, Underline, List, ListOrdered, Upload, Save, RotateCcw, FileX, Info } from 'lucide-react'; import { Download, Type, Image as ImageIcon, Layout, MousePointer2, Trash2, Code, AlignLeft, AlignCenter, AlignRight, Loader2, Link as LinkIcon, Smile, Minus, Heading, Bold, Italic, Underline, List, ListOrdered, Upload, Save, RotateCcw, FileX } from 'lucide-react';
// --- CONFIGURATION & CONSTANTES --- // --- CONFIGURATION & CONSTANTES ---
const DEFAULT_WIDTH = "600"; const DEFAULT_WIDTH = "600";