Skip to content

Commit

Permalink
import resolution pt-3
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 252a421 commit 43e9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/encrypted-blockstore/src/task-manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DbMetaEventBlock } from './connection'
import { AnyLink, Loader } from '@fireproof/encrypted-blockstore'
import { AnyLink, Loader } from './index'

export class TaskManager {
private eventsWeHandled: Set<string> = new Set()
Expand Down

0 comments on commit 43e9a95

Please sign in to comment.