From c1b1fc653f37ae5584685910e1b13e2892dd0c2d Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 21:50:12 +0200 Subject: [PATCH] fix(shell): remove stray 'impo' typo causing ReferenceError 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 deletion(-) diff --git a/web/src/components/Shell.jsx b/web/src/components/Shell.jsx index 637b7d4..3c5fff0 100644 --- a/web/src/components/Shell.jsx +++ b/web/src/components/Shell.jsx @@ -1,5 +1,4 @@ import { useState, useRef, useEffect, useCallback } from 'react' -impo // === Style thème système pour xterm === function getCSSVariable(varName) { if (typeof document === 'undefined') return null;