white space
This commit is contained in:
parent
3158872f1e
commit
532444e266
@ -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 (
|
||||
<div>
|
||||
<Navbar />
|
||||
<Routes />
|
||||
<Routes />
|
||||
<Footer />
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user