Move non-invite specific stuff to UserAddress
This commit is contained in:
parent
bbcf7e1d9b
commit
81273ec855
5 changed files with 6 additions and 43 deletions
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
import React from 'react';
|
||||
import sdk from '../../../index';
|
||||
import classNames from 'classnames';
|
||||
import { UserAddressType } from '../../../Invite';
|
||||
import { UserAddressType } from '../../../UserAddress';
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'AddressSelector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue