fix(web): resolve ChatComposer merge conflict

Generated-By: looper 0.9.2 (runner=fixer, agent=opencode)
This commit is contained in:
mrcfps 2026-05-28 16:44:00 +08:00
parent e71f20fda1
commit 51f0f1f49e

View file

@ -8,6 +8,7 @@ import {
useState,
type ReactNode,
} from "react";
import { createPortal } from 'react-dom';
import { Button } from '@open-design/components';
import { useI18n, useT } from '../i18n';
import type { Dict } from '../i18n/types';