From c033d5defd02aafad7ba292f6d8648fdf3065111 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 27 Jun 2017 09:58:29 +0100 Subject: [PATCH] Missing React import --- src/components/structures/GroupView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index a212fe336f..fcb1885261 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -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';