Missing React import

pull/21833/head
David Baker 2017-06-27 09:58:29 +01:00
parent 09b1012388
commit c033d5defd
1 changed files with 1 additions and 0 deletions

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 MatrixClientPeg from '../../MatrixClientPeg';
import sdk from '../../index';
import { sanitizedHtmlNode } from '../../HtmlUtils';