This commit is contained in:
nBiqoz
2025-08-04 00:14:55 +02:00
parent b1de50cbc2
commit ad92302461
8 changed files with 371 additions and 222 deletions

View File

@@ -107,8 +107,9 @@ export default function Home() {
outputText={outputText}
copyToClipboard={copyToClipboard}
downloadText={downloadText}
isExampleLoaded={isExampleLoaded} // NOUVEAU
setIsExampleLoaded={setIsExampleLoaded} // NOUVEAU
isExampleLoaded={isExampleLoaded}
setIsExampleLoaded={setIsExampleLoaded}
entityMappings={entityMappings} // Ajouter cette ligne
/>
</div>
</div>