fix(shell): add missing useI18n import
All checks were successful
Beta Release / beta (push) Successful in 45s

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-24 21:51:54 +02:00
parent c1b1fc653f
commit 034b9ee0e4

View File

@@ -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;