Skip to content

Commit

Permalink
fix unresolved import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Dec 3, 2019
1 parent e6a99e4 commit 1afb904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/state_management/__tests__/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
isStateHash,
unhashQuery
} from '../state_hashing';
import { HashedItemStore } from '../state_storage/hashed_item_store';
import { HashedItemStore } from '../../../../../plugins/kibana_utils/public';
import { StubBrowserStorage } from 'test_utils/stub_browser_storage';
import { EventsProvider } from '../../events';

Expand Down

0 comments on commit 1afb904

Please sign in to comment.