import Image from 'next/image' import DivloLogo from 'public/images/divlo_logo.png' export const ProfileLogo: React.FC = () => { return (
Divlo
) }