Skip to content

Commit

Permalink
Fix import of backup-notification in home.component
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Aug 1, 2019
1 parent f3a2d45 commit 33683bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import HomeNotification from '../../components/app/home-notification'
import WalletView from '../../components/app/wallet-view'
import TransactionView from '../../components/app/transaction-view'
import ProviderApproval from '../provider-approval'
import BackupNotification from '../backup-notification'
import BackupNotification from '../../components/app/backup-notification'

import {
RESTORE_VAULT_ROUTE,
Expand Down

0 comments on commit 33683bb

Please sign in to comment.