ClozeDifficulty 1
By default, components in the App Router are Server Components.
Answer
Server Components
files are Server Components by default; add "use client" only when you need browser APIs or interactivity.
Server Components
files are Server Components by default; add "use client" only when you need browser APIs or interactivity.