Skip to content

Commit a79636f

Browse files
committed
Use relative import
1 parent 305ec36 commit a79636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/db/crud/SyncStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SyncClientImplementation } from 'src/client/sync/stream/AbstractStreamingSyncImplementation.js';
1+
import { SyncClientImplementation } from '../../client/sync/stream/AbstractStreamingSyncImplementation.js';
22
import { InternalProgressInformation, SyncProgress } from './SyncProgress.js';
33

44
export type SyncDataFlowStatus = Partial<{

0 commit comments

Comments
 (0)