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 355af24 commit cf76c16Copy full SHA for cf76c16
lib/src/dev-tools/state-dev-tools.ts
@@ -1,5 +1,4 @@
1
import { Injectable } from '@angular/core';
2
-import { StoreRegistry } from 'angular-reactive-state/store/store-registry';
3
import {
4
filter,
5
from,
@@ -11,6 +10,7 @@ import {
11
10
tap,
12
withLatestFrom,
13
} from 'rxjs';
+import { StoreRegistry } from '../store/store-registry';
14
import { MonitorEvent, ReduxDevTools, ReduxDevtoolsExtension } from '../types';
15
16
declare global {
0 commit comments