Skip to content

Commit ee82abb

Browse files
author
Alan Shaw
committed
chore: omg import order is failing the build
1 parent 287965a commit ee82abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/content/hamt-sharded-directory.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { UnixFS } from 'ipfs-unixfs'
2-
import errCode from 'err-code'
31
import { decode, type PBNode } from '@ipld/dag-pb'
2+
import errCode from 'err-code'
3+
import { UnixFS } from 'ipfs-unixfs'
44
import map from 'it-map'
55
import parallel from 'it-parallel'
66
import { pipe } from 'it-pipe'

0 commit comments

Comments
 (0)