export const BoxedContent: React.FC = ({ children }) => (
{children}
);