Skip to content

Commit d175049

Browse files
Update global.ts
1 parent a11ea79 commit d175049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
// Firestore classic and pipeline api surface in one bundle.
2020

2121
export * from './api';
22-
import * as pipelines from './api_pipelines';
22+
import * as pipelines from '../pipelines/pipelines';
2323
export { pipelines };

0 commit comments

Comments
 (0)