From 3b819be5ac357a1b149f4d16ac2454ce7ff89cc9 Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 21:51:54 +0200 Subject: [PATCH] fix(shell): add missing useI18n import 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 3c5fff0..a68d047 100644 --- a/web/src/components/Shell.jsx +++ b/web/src/components/Shell.jsx @@ -1,4 +1,5 @@ import { useState, useRef, useEffect, useCallback } from 'react' +import { useI18n } from '../i18n' // === Style thème système pour xterm === function getCSSVariable(varName) { if (typeof document === 'undefined') return null;