Currrently you define routes by using ```html <router> <route></route> </router> ``` This proposal changes the component to `routes` ```html <routes> <route></route> </routes> ``` This aligns with `react-router` v6+ syntax for declaring groups of routes