Up to this point we have only created a few server components. Outside of these few server components our app is primarily a client side app that just happens to use the app router.
By moving our customers GET route handler into a server component we start to make use the app router architecture.