Skip to content

Commit 7cd560d

Browse files
committed
fix: storage folder
1 parent cd65d71 commit 7cd560d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CID } from 'multiformats'
33
import { extractVerifiedContent } from './utils/car.js'
44
import { asAsyncIterable, asyncIteratorToBuffer } from './utils/itr.js'
55
import { randomUUID } from './utils/uuid.js'
6-
import { memoryStorage } from './utils/storage/index.js'
6+
import { memoryStorage } from './storage/index.js'
77

88
class Saturn {
99
/**
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)