import { type FC, type PropsWithChildren } from 'react' import { cn } from 'ui' export const LayoutMainContent: FC> = ({ className, children, }) =>
{children}