import { PaymentsLivePanel } from '../components/payments-live-panel';

export default function PaymentsPage() {
  return <PaymentsLivePanel />;
}
