From 93bffc340959312ca51ed8293ad15d3015a6e1b7 Mon Sep 17 00:00:00 2001 From: Bill Barnes Date: Wed, 29 Mar 2017 13:55:23 +0100 Subject: [PATCH] Unneeded symbol --- src/History.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/History.tsx b/src/History.tsx index e529f13922..5cc56e0db1 100644 --- a/src/History.tsx +++ b/src/History.tsx @@ -1,7 +1,6 @@ import * as React from 'react'; import { Activity, Message, User } from 'botframework-directlinejs'; import { ChatState, FormatState, SizeState } from './Store'; -import { BehaviorSubject } from 'rxjs/BehaviorSubject'; import { Dispatch, connect } from 'react-redux'; import { ActivityView } from './ActivityView'; import { konsole, classList, doCardAction, sendMessage } from './Chat';