mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
fix: use correct import for identicon
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
a73e539a20
commit
1fefabb3b2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
import { useMemo } from 'react'
|
||||
import { createAvatar } from '@dicebear/core'
|
||||
import identicon from '@dicebear/identicon'
|
||||
import * as identicon from '@dicebear/identicon'
|
||||
|
||||
/**
|
||||
* Returns the correct avatar url for a user.
|
||||
|
|
Loading…
Reference in a new issue