Advertisement
Guest User

Untitled

a guest
Jan 8th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class ShowcaseContainer extends React.Component {
  2.   render() {
  3.     return (
  4.       <div>
  5.         <HeaderShowcase />
  6.         <FeaturesShowcase />
  7.         <VideoShowcase />
  8.         <TeamShowcase />
  9.         <PartnersShowcase />
  10.         <PriceShowcase />
  11.         <ContactShowcase />
  12.         <FooterShowcase />
  13.       </div>
  14.     )
  15.   }
  16. }
  17.  
  18. export default ShowcaseContainer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement