6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
|
import { ChatShell } from "@/components/im/chat-shell";
|
||
|
|
|
||
|
|
export default function FramePage() {
|
||
|
|
return <ChatShell />;
|
||
|
|
}
|