Skip to content

Commit

Permalink
Use use client directive for the Nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Nov 18, 2024
1 parent db2e994 commit c671dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

export { default as Button } from './button';
export { default as Switch } from './switch';
export { default as Checkbox } from './checkbox';
Expand Down

0 comments on commit c671dad

Please sign in to comment.