import LiveEventsServer from './live-events'; type Props = { children: React.ReactNode; }; const Page = ({ children }: Props) => { return ( <>