fix: use correct import for identicon

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-10-07 16:02:49 +02:00
parent a73e539a20
commit 1fefabb3b2

View file

@ -5,7 +5,7 @@
*/ */
import { useMemo } from 'react' import { useMemo } from 'react'
import { createAvatar } from '@dicebear/core' import { createAvatar } from '@dicebear/core'
import identicon from '@dicebear/identicon' import * as identicon from '@dicebear/identicon'
/** /**
* Returns the correct avatar url for a user. * Returns the correct avatar url for a user.