fix(ui): restore useI18n import accidentally removed in cleanup
All checks were successful
Stable Release / stable (push) Successful in 1m40s
All checks were successful
Stable Release / stable (push) Successful in 1m40s
🤗 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'
|
||||||
import ReactMarkdown from 'react-markdown'
|
import ReactMarkdown from 'react-markdown'
|
||||||
import remarkGfm from 'remark-gfm'
|
import remarkGfm from 'remark-gfm'
|
||||||
import remarkMath from 'remark-math'
|
import remarkMath from 'remark-math'
|
||||||
|
|||||||
Reference in New Issue
Block a user