summaryrefslogtreecommitdiff
path: root/webapp/app/page.tsx
blob: 07297e46c9e5cd35d02f9a1fb408bc62cef741ac (plain)
1
2
3
4
5
import CallInterface from "@/components/call-interface";

export default function Page() {
  return <CallInterface />;
}