updated styles

This commit is contained in:
andres alcocer
2021-10-08 19:57:36 -04:00
parent 4a82c29a7b
commit 48dad9f32b
6 changed files with 33 additions and 38 deletions

View File

@@ -3,7 +3,6 @@ import { useDispatch, useSelector } from 'react-redux'
import * as movieActions from '../store/actions'
import Header from './Header'
import Footer from './Footer'
import DisplayMovieRow from './DisplayMovieRow'
const MainContent = ({ selectMovieHandler }) => {
@@ -77,7 +76,6 @@ const MainContent = ({ selectMovieHandler }) => {
movies={documentaries.data}
/>
</div>
<Footer />
</div>
)
}