Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import React from 'react'
  2. import MainContainer from '../containers/mainContainer'
  3.  
  4. const Touch = () => {
  5. return (
  6. <MainContainer>
  7. <h1>Identify FOUR things you can touch around you.</h1>
  8. <form>
  9. <input /><br/>
  10. <input /><br/>
  11. <input /><br/>
  12. <input /><br/>
  13. </form>
  14. </MainContainer>
  15. )
  16. }
  17.  
  18. export default Touch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement