diff --git a/web/src/components/Shell.jsx b/web/src/components/Shell.jsx index bafecdb..8318745 100644 --- a/web/src/components/Shell.jsx +++ b/web/src/components/Shell.jsx @@ -1,5 +1,6 @@ import { useState, useRef, useEffect, useCallback } from 'react' import { useI18n } from '../i18n' +import { Monitor } from 'lucide-react' // === Style thème système pour xterm === function getCSSVariable(varName) { if (typeof document === 'undefined') return null;