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