From 42b911986438b94d65d409756f6aaba164557c64 Mon Sep 17 00:00:00 2001 From: Volodymyr Shatsky Date: Mon, 21 Mar 2016 00:05:40 +0200 Subject: [PATCH] Remove an unused import. --- src/views/ViewUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/ViewUtils.ts b/src/views/ViewUtils.ts index 5f71bad55..fdacf6ac0 100644 --- a/src/views/ViewUtils.ts +++ b/src/views/ViewUtils.ts @@ -1,4 +1,3 @@ -import * as React from "react"; import {KeyCode} from "../Enums"; export function stopBubblingUp(event: Event): Event {