Merge pull request #2039 from akihikodaki/sticker_upstream

Import react as React in src/components/views/messages/MStickerBody.js
pull/21833/head
Michael Telatynski 2018-07-04 11:11:53 +01:00 committed by GitHub
commit 6c91952d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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