Skip to content

Commit 8e35c53

Browse files
committed
Fix import
1 parent e0a5efb commit 8e35c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/attributes-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { base32cid } from 'is-ipfs/';
1+
import { base32cid } from 'is-ipfs';
22
import { CID } from 'multiformats/cid';
33

44
export const typeAliases: Record<string, string> = {

0 commit comments

Comments
 (0)