import { FC, PropsWithChildren } from 'react' export const InfoCenterContainer: FC = ({ children }) => (
{children}
)