fix(shell): remove stray 'impo' typo causing ReferenceError
All checks were successful
Beta Release / beta (push) Successful in 44s

💘 Generated with Crush

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

View File

@@ -1,5 +1,4 @@
import { useState, useRef, useEffect, useCallback } from 'react' import { useState, useRef, useEffect, useCallback } from 'react'
impo
// === 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;