jdenticon imports

This commit is contained in:
Jaco Greeff
2020-12-21 20:13:08 +01:00
parent bf67852b59
commit 3d0afd017a
4 changed files with 27 additions and 27 deletions
@@ -3,7 +3,7 @@
import type { Props } from '../types';
import jdenticon from 'jdenticon';
import * as jdenticon from 'jdenticon';
import React from 'react';
function Identicon ({ className = '', publicKey, size, style }: Props): React.ReactElement<Props> {