UNPKG

nextjs-darkmode-lite

Version:

Unleash the Power of React Server Components! Use dark/light mode on your site with confidence, without losing any advantages of React Server Components

7 lines (6 loc) 295 B
/** * Server components and client components need to be exported from separate files as * directive on top of the file from which component is imported takes effect. * i.e., server component re-exported from file with "use client" will behave as client component */ export * from "./core";