Just like we did in the Migrate a Next.js Pages Route to App Router we will migrate a nested route of the sales routes to the app router
We see some common errors you may run into as you migrate routes such as using the router from next/router
, needing to add the "use client" directive, and more