Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import React from 'react'
- const SimpleM = () => (
- <div>
- <h4>Simple Main component</h4>
- </div>
- )
- SimpleM.propTypes = {}
- export default SimpleM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement