How Imports Work in RSC
React Server Components use a layered module system where imports are resolved differently on server and client. This enables components to run exclusively on the server while allowing client components to import server components only for their children.