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 Footer from './components/footer'
|
||||||
import Routes from './routes'
|
import Routes from './routes'
|
||||||
|
|
||||||
|
|
||||||
import {connect} from 'react-redux'
|
import {connect} from 'react-redux'
|
||||||
import {fetchAllEpisodes, fetchAllCaptions} from './store'
|
import {fetchAllEpisodes, fetchAllCaptions} from './store'
|
||||||
|
|
||||||
@ -33,7 +34,7 @@ class App extends Component {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<Routes />
|
<Routes />
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user