mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix import of InviteAddressType
and rewrite to import while we're at itpull/21833/head
							parent
							
								
									9020a7515c
								
							
						
					
					
						commit
						fd8d5af63a
					
				|  | @ -16,10 +16,10 @@ limitations under the License. | |||
| 
 | ||||
| 'use strict'; | ||||
| 
 | ||||
| const React = require("react"); | ||||
| const sdk = require("../../../index"); | ||||
| const classNames = require('classnames'); | ||||
| const InviteAddressType = require("./AddressTile"); | ||||
| import React from 'react'; | ||||
| import sdk from '../../../index'; | ||||
| import classNames from 'classnames'; | ||||
| import { InviteAddressType } from './AddressTile'; | ||||
| 
 | ||||
| export default React.createClass({ | ||||
|     displayName: 'AddressSelector', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker