movie dispaly added

This commit is contained in:
andres alcocer
2018-11-13 23:27:41 -05:00
parent f496414660
commit 2467695d05
6 changed files with 46 additions and 33 deletions

View File

@@ -1,9 +1,8 @@
import React from 'react';
import SearchMovie from "../../containers/SearchMovie/SearchMovie";
const header = () => (
<header className="header">
{/* <SearchMovie /> */}
*/}
</header>
);