router
router copied to clipboard
feat: Rename Router Component
Currrently you define routes by using
<router>
<route></route>
</router>
This proposal changes the component to routes
<routes>
<route></route>
</routes>
This aligns with react-router v6+ syntax for declaring groups of routes