Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div id="app">
  2. <main className={styles.component}>
  3. <h1 className={styles.title}>{pageContents.title}</h1>
  4. <h2 className={styles.subtitle}>{pageContents.subtitle}</h2>
  5. <List {...listData} />
  6. </main>
  7. <List
  8. title={['Things to do ', <sup key='1'>soon!</sup>]}
  9. imgSrc={'http://uploads.kodilla.com/bootcamp/fer/11.react/space.png'}
  10. />
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement