Skip to content

Commit

Permalink
resolve import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Soni authored and Dhruv Soni committed Apr 10, 2024
1 parent 058db79 commit 252a421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/encrypted-blockstore/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
DownloadDataFnParams
} from './types'
import type { AnyLink } from './types'
import { type Loader } from '@fireproof/encrypted-blockstore'
import { type Loader } from './loader'
import { EventBlock, decodeEventBlock } from '@web3-storage/pail/clock'
import { EventView } from '@web3-storage/pail/clock/api'
import { MemoryBlockstore } from '@web3-storage/pail/block'
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-blockstore/src/store-remote.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable import/first */
import { DownloadFnParamTypes, UploadDataFnParams } from './types'
import type { AnyBlock, AnyLink, DbMeta } from './types'
import { type Loadable, type Loader } from '@fireproof/encrypted-blockstore'
import { type Loadable, type Loader } from './loader'
import {
DataStore as DataStoreBase,
MetaStore as MetaStoreBase,
Expand Down

0 comments on commit 252a421

Please sign in to comment.