Import react as React in src/components/views/messages/MStickerBody.js

Signed-off-by: Akihiko Odaki <nekomanma@pixiv.co.jp>
pull/21833/head
Akihiko Odaki 2018-07-04 18:27:03 +09:00
parent 41dee71d38
commit f941c93322
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
'use strict'; 'use strict';
import React from 'react';
import MImageBody from './MImageBody'; import MImageBody from './MImageBody';
import sdk from '../../../index'; import sdk from '../../../index';