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

RELOG

{props.title}

{props.children}
); }; export default Header;