Avatar.js 149 Bytes
Newer Older
PLN (Algolia) committed
1 2 3 4 5 6 7
import Image from 'next/image'

function Avatar() {
  return <Image src="/images/me.png" alt="me" width="64" height="64" />
}

export default Avatar