import s from './Logo.module.scss' import Link from 'next/link' import { ROUTE } from 'src/utils/constanst.utils' const Logo = () => { return (
ONLINE GROCERY
) } export default Logo