How would you add to this code, from React Router, to display a component called About?
<Route path="/:id" route={About} />
<Route> <About path="/:id" /> </Route>
<Route path="/tid" about={Component} />
<Route path="/:id"> {' '} <About /> </Route>