header layout
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
// `url(https://image.tmdb.org/t/p/original/${this.props.movie.backdrop_path})`;
|
||||
|
||||
const movieShowcaseRow = (props) => (
|
||||
|
||||
<div>
|
||||
<div className="shit">
|
||||
<img src={movieImageUrl} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default movieShowcaseRow;
|
||||
Reference in New Issue
Block a user