import styles from './style.module.scss'; const Notice = ({children}) => { return (
{children}
); }; export default Notice;