Skip to content

Commit

Permalink
Update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 22, 2023
1 parent 355af24 commit cf76c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/dev-tools/state-dev-tools.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Injectable } from '@angular/core';
import { StoreRegistry } from 'angular-reactive-state/store/store-registry';
import {
filter,
from,
Expand All @@ -11,6 +10,7 @@ import {
tap,
withLatestFrom,
} from 'rxjs';
import { StoreRegistry } from '../store/store-registry';
import { MonitorEvent, ReduxDevTools, ReduxDevtoolsExtension } from '../types';

declare global {
Expand Down

0 comments on commit cf76c16

Please sign in to comment.