import styles from "./Section.module.css"; const Section = (props) => { return

{props.title}

; }; export default Section;