Guest User

Untitled

a guest
Jul 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ...
  2. <Route component={Header} />
  3. <Route exact path="/" component={Landing} />
  4. <Route path="/about" component={About} />
  5. <Route path="/contact" component={Contact} />
  6. <Route component={Footer} />
  7. ...
Add Comment
Please, Sign In to add comment