import styles from 'styles/Home.module.scss' const Body = ({children}: {children: any}) => { return(
{children}
) } export default Body