Skip to content

Commit 458f91e

Browse files
committed
chore: tidy up import
1 parent 8d60990 commit 458f91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/firestore/lib/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type {
3131
PartialSnapshotObserverInternal,
3232
} from '../types/internal';
3333
import FieldPath, { fromDotSeparatedString } from '../FieldPath';
34-
import type { ListenSource } from 'lib/types/firestore';
34+
import type { ListenSource } from '../types/firestore';
3535

3636
export function extractFieldPathData(data: unknown, segments: string[]): unknown {
3737
if (!isObject(data)) {

0 commit comments

Comments
 (0)