From 6e241f1cc0c848be80bee320691307f98bad605c Mon Sep 17 00:00:00 2001 From: streaper2 Date: Fri, 19 Dec 2025 18:17:56 +0100 Subject: [PATCH] =?UTF-8?q?correction=20import=20info=20non=20utilis=C3=A9?= =?UTF-8?q?=20npm=20run=20build=20ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 22fe30d..fd53f4a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ 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 --- const DEFAULT_WIDTH = "600";