Skip to content

Commit

Permalink
fixup! Feat(web-react): Add 'use client' to all components
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jul 30, 2024
1 parent 9d40ccd commit 0b01816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

export * from './components';
export * from './constants';
export * from './context';
Expand Down

0 comments on commit 0b01816

Please sign in to comment.