@mayank1513/nthul
Version:
Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.
8 lines (7 loc) • 335 B
TypeScript
/**
* 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 "./force-theme";
export * from "./server-target";