Command Palette
Search for a command to run

Server Actions in Client Components

✓ Relevant

Server Actions must be exported from separate files or passed via props to Client Components; inline `"use server"` definitions in Client Components are not allowed.