You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
ChatInviteDialog -> UserPickerDialog pt 2
The other changes I forgot to add
This commit is contained in:
@@ -20,7 +20,7 @@ limitations under the License.
|
||||
import React from 'react';
|
||||
import sdk from '../../../index';
|
||||
import classNames from 'classnames';
|
||||
import { InviteAddressType } from './AddressTile';
|
||||
import { InviteAddressType } from '../../../Invite';
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'AddressSelector',
|
||||
|
||||
Reference in New Issue
Block a user