Merge pull request #2038 from akihikodaki/group_upstream

Import react as React in src/GroupAddressPicker.js
pull/21833/head
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
1 changed files with 1 additions and 0 deletions

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';