import { FinanceLivePanel } from '../components/finance-live-panel';

export default function FinancePage() {
  return <FinanceLivePanel />;
}
