import styles from "./ContentBox.module.css"; const ContentBox = ({ children }) => { return
{children}
; }; export default ContentBox;