Import react as React in src/GroupAddressPicker.js

Signed-off-by: Akihiko Odaki <nekomanma@pixiv.co.jp>
This commit is contained in:
Akihiko Odaki 2018-07-04 10:55:56 +09:00
parent 41dee71d38
commit 2ddcb83e8d

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