From 532444e266b6d5c82dc1d45b904615a46524ad14 Mon Sep 17 00:00:00 2001 From: notnull Date: Sat, 23 Mar 2019 18:28:40 -0400 Subject: [PATCH] white space --- src/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index ed40b1b..7eb6e82 100644 --- a/src/app.js +++ b/src/app.js @@ -4,6 +4,7 @@ import Navbar from './components/navbar' import Footer from './components/footer' import Routes from './routes' + import {connect} from 'react-redux' import {fetchAllEpisodes, fetchAllCaptions} from './store' @@ -33,7 +34,7 @@ class App extends Component { return (
- +
)