From 98ff0dd57845fa64b223483bb93ed035b7e1e9a7 Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 21:56:32 +0200 Subject: [PATCH] fix(shell): add missing Monitor import from lucide-react MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush --- web/src/components/Shell.jsx | 1 + 1 file changed, 1 insertion(+) 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;