Skip to content

Commit

Permalink
react-components: use cilent added to barrel file
Browse files Browse the repository at this point in the history
tsup otherwise treeshakes it out in the esm build
some of our components don't need use client, but for now this works
  • Loading branch information
giannif committed Dec 13, 2023
1 parent 02d8658 commit 6b57746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import { appendGiphySDKRequestHeader } from '@giphy/js-util'
export { default as Attribution } from './components/attribution'
export { default as AttributionOverlay } from './components/attribution/overlay'
Expand Down

0 comments on commit 6b57746

Please sign in to comment.