import React from 'react' const ContainerSecondary = ({ children, className, }: { children: React.ReactNode className?: string }) => { return (