import React from 'react'; export type ContentBox = { children: JSX.Element; }; function ContentBox({ children }: ContentBox) { return