diff options
Diffstat (limited to 'app/components/AccountInput.js')
| -rw-r--r-- | app/components/AccountInput.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/AccountInput.js b/app/components/AccountInput.js index e933d52f79..3e6993a9bb 100644 --- a/app/components/AccountInput.js +++ b/app/components/AccountInput.js @@ -1,4 +1,5 @@ -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import { formatAccount } from '../lib/formatters'; /** |
