From 67a0b4e9ab7fbbf8213e960f7d607429747261f4 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 30 May 2018 21:56:44 -0400 Subject: [PATCH] Update AJAXRedux.md --- AJAXRedux.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/AJAXRedux.md b/AJAXRedux.md index 5ce6a9e..7d9971a 100755 --- a/AJAXRedux.md +++ b/AJAXRedux.md @@ -65,12 +65,6 @@ let comments = function(state = [], action){ ## Dispatch a SET action appropriately -Import `js/store.js` into `js/components/commentslist.jsx`: - -```javascript -import store from '../store.js'; -``` - Once our `js/components/commentslist.jsx` component mounts, make the approriate AJAX request and dispatch a SET action. ```javascript