Skip to content

Commit cf76c16

Browse files
committed
Update import path
1 parent 355af24 commit cf76c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dev-tools/state-dev-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Injectable } from '@angular/core';
2-
import { StoreRegistry } from 'angular-reactive-state/store/store-registry';
32
import {
43
filter,
54
from,
@@ -11,6 +10,7 @@ import {
1110
tap,
1211
withLatestFrom,
1312
} from 'rxjs';
13+
import { StoreRegistry } from '../store/store-registry';
1414
import { MonitorEvent, ReduxDevTools, ReduxDevtoolsExtension } from '../types';
1515

1616
declare global {

0 commit comments

Comments
 (0)