Merge pull request #2038 from akihikodaki/group_upstream

Import react as React in src/GroupAddressPicker.js
This commit is contained in:
Michael Telatynski 2018-07-04 10:29:53 +01:00 committed by GitHub
commit 5551855133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import React from 'react';
import Modal from './Modal';
import sdk from './';
import MultiInviter from './utils/MultiInviter';