1 2 3 4 5
import CallInterface from "@/components/call-interface"; export default function Page() { return <CallInterface />; }