mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Import react as React in src/GroupAddressPicker.js
Signed-off-by: Akihiko Odaki <nekomanma@pixiv.co.jp>
This commit is contained in:
parent
41dee71d38
commit
2ddcb83e8d
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue