Files
ai-agent/widget/app/frame/page.tsx
T
mlogclub efe801b8bf Init
2026-04-09 10:01:23 +08:00

6 lines
121 B
TypeScript

import { ChatShell } from "@/components/im/chat-shell";
export default function FramePage() {
return <ChatShell />;
}