error.js 144 B

1234
  1. throw new Error(
  2. "This module cannot be imported from a Server Component module. " +
  3. "It should only be used from a Client Component."
  4. );