Skip to content

Commit

Permalink
4.5.11hotfix. Incorrect import casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Jan 23, 2019
1 parent d41f542 commit 67aa9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/src/stores/localHistory/localHistoryActions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CoreLocalHistoryActions from 'shared/AltStores/LocalHistory/CoreLocalHistoryActions'
import depricatedPersistence from 'Storage/notifHistStorage'
import depricatedPersistence from 'Storage/notifhistStorage'
import persistence from 'Storage/localHistoryStorage'
import alt from '../alt'
import { DownloadManager } from 'Download'
Expand Down

0 comments on commit 67aa9d5

Please sign in to comment.