Files
ai-agent/widget/app/frame/page.tsx
T

6 lines
121 B
TypeScript
Raw Normal View History

2026-04-09 10:01:23 +08:00
import { ChatShell } from "@/components/im/chat-shell";
export default function FramePage() {
return <ChatShell />;
}