webapp/app/page.tsx (3 lines of code) (raw):

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