import { ReactNode } from 'react' export default function AiCropModelLayout({ children, }: { children: ReactNode }) { return (