Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
add missing import to address book (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hloo authored Jan 19, 2021
1 parent 3257fe7 commit 613239a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Addressbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import cstyles from './Common.module.css';
import { AddressBookEntry } from './AppState';
import ScrollPane from './ScrollPane';
import Utils from '../utils/utils';
import { ZcashURITarget } from '../utils/uris';
import routes from '../constants/routes.json';

// Internal because we're using withRouter just below
Expand Down

0 comments on commit 613239a

Please sign in to comment.