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;