UNPKG

server-only

Version:

This is a marker package to indicate that a module can only be used in Server Components.

5 lines (4 loc) 144 B
throw new Error( "This module cannot be imported from a Client Component module. " + "It should only be used from a Server Component." );