Advertisement
NLinker

SimpleM

Dec 14th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import React from 'react'
  2.  
  3. const SimpleM = () => (
  4.   <div>
  5.     <h4>Simple Main component</h4>
  6.   </div>
  7. )
  8.  
  9. SimpleM.propTypes = {}
  10.  
  11. export default SimpleM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement