function StatPanel({ children }: React.PropsWithChildren<{}>) {
  return <div className="p-4 bg-slate-50 rounded">{children}</div>;
}