(Choose 1 answer)
How do you declare multiple routes in React Router?
A. By nesting <Route> components inside each other
B. By using the path prop with multiple values in a single <Route> component
C. By using the <Routes> component instead of <Route>
D. By using an array of Route components inside the Routes component.