Command Palette
Search for a command to run
Command Palette
Search for a command to run

Server Actions in Client Components

✓ Relevant

Cannot inline `"use server"` in Client Components; export from separate file, pass via props from Server Component, or use `createAI`/`useActions` hooks.