fix PolkadotIdenticon

This commit is contained in:
Josep M Sobrepere
2025-09-23 22:52:59 +02:00
parent e5785b5a10
commit 125fecb3da

View File

@@ -1,6 +1,6 @@
// Based from https://github.com/paritytech/oo7/blob/251ba2b7c45503b68eab4320c270b5afa9bccb60/packages/polkadot-identicon/src/index.jsx
import { blake2b } from "@noble/hashes/blake2"
import { blake2b } from "@noble/hashes/blake2.js"
import { FC, SVGAttributes } from "react"
export const PolkadotIdenticon: FC<