Skip to content

Commit e443a5c

Browse files
committed
chore: import type not namespace
1 parent 9d20ba9 commit e443a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipfs-unixfs-exporter/src/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { CID } from 'multiformats/cid'
2-
import UnixFS from 'ipfs-unixfs'
1+
import { CID } from 'multiformats/cid'
2+
import { UnixFS } from 'ipfs-unixfs'
33
import { PBNode } from '@ipld/dag-pb'
44
import { Blockstore } from 'interface-blockstore'
55

0 commit comments

Comments
 (0)