From 59cc278afacbe021ffd79a20c32f587b68795693 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 30 Jul 2019 20:22:42 -0500 Subject: [PATCH] removing `ChatActions` import line (#3486) `ChatActions` is not used in the commented file. --- docs/recipes/UsageWithTypescript.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/recipes/UsageWithTypescript.md b/docs/recipes/UsageWithTypescript.md index 9e663dee8c..e1476285b5 100644 --- a/docs/recipes/UsageWithTypescript.md +++ b/docs/recipes/UsageWithTypescript.md @@ -147,7 +147,6 @@ Type checked chat reducer: import { ChatState, - ChatActions, ChatActionTypes, SEND_MESSAGE, DELETE_MESSAGE