We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a713b1 commit 48d38acCopy full SHA for 48d38ac
packages/database/src/exp/DataSnapshot.ts
@@ -17,7 +17,7 @@
17
18
import { child, Reference } from './Reference';
19
import { Node } from '../core/snap/Node';
20
-import { Index } from '../core/snap/indexes';
+import { Index } from '../core/snap/indexes/Index';
21
import { Path } from '../core/util/Path';
22
import { PRIORITY_INDEX } from '../core/snap/indexes/PriorityIndex';
23
import { ChildrenNode } from '../core/snap/ChildrenNode';
0 commit comments