1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Merge pull request #2039 from akihikodaki/sticker_upstream

Import react as React in src/components/views/messages/MStickerBody.js
This commit is contained in:
Michael Telatynski
2018-07-04 11:11:53 +01:00
committed by GitHub

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