A component becomes a Server Component when imported into the server environment.
Not because it:
❌ has an async keyword¹
❌ doesn't have “use client”²
❌ doesn't use hooks³
❌ has “use server”⁴
❌ Server components are the default⁵
So, how are Server Components defined?