Q. Which component in React Router is used to define a route?
β
Correct Answer: (B)
Route
Explanation: `Route` defines the path and component to render for a given URL.