Skip to content

Commit

Permalink
fix: car imports (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Mar 15, 2023
1 parent 5c8b380 commit d3a7f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/transport/src/car/codec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as API from '@ucanto/interface'
import { CarBufferReader, CarBufferWriter } from '@ipld/car'
import { CarBufferReader } from '@ipld/car/buffer-reader'
import * as CarBufferWriter from '@ipld/car/buffer-writer'
import { base32 } from 'multiformats/bases/base32'
import { UCAN, createLink } from '@ucanto/core'
import { sha256 } from 'multiformats/hashes/sha2'
Expand Down

0 comments on commit d3a7f91

Please sign in to comment.