import s from './Logo.module.scss' interface Props { className?: string children?: any } const Logo = ({}: Props) => { return(