Skip to content
Snippets Groups Projects
Commit 6302a65a authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Fixed build error

parent 6556d445
No related branches found
No related tags found
No related merge requests found
import { MemoizedSelector } from '@ngrx/store';
import { coreSelector, CoreState } from '../core.reducers';
import { CoreState } from '../core.reducers';
import { coreSelector } from '../core.selectors';
import { JsonPatchOperationsEntry, JsonPatchOperationsResourceEntry } from './json-patch-operations.reducer';
import { keySelector, subStateSelector } from '../../submission/selectors';
......
......@@ -4,7 +4,6 @@ import { ActivatedRoute, NavigationEnd, Params, Router, } from '@angular/router'
import { distinctUntilChanged, filter, map } from 'rxjs/operators';
import { Observable } from 'rxjs';
import { select, Store } from '@ngrx/store';
import { detect } from 'rxjs-spy';
import { AppState } from '../../app.reducer';
import { AddUrlToHistoryAction } from '../history/history.actions';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment