import type { ReactNode } from 'react'; export default function Success(props: { children: ReactNode }) { return
{props.children}