fix(shell): add missing useI18n import
💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { useState, useRef, useEffect, useCallback } from 'react'
|
import { useState, useRef, useEffect, useCallback } from 'react'
|
||||||
|
import { useI18n } from '../i18n'
|
||||||
// === Style thème système pour xterm ===
|
// === Style thème système pour xterm ===
|
||||||
function getCSSVariable(varName) {
|
function getCSSVariable(varName) {
|
||||||
if (typeof document === 'undefined') return null;
|
if (typeof document === 'undefined') return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user