Skip to content

Commit

Permalink
Refactor component to functional
Browse files Browse the repository at this point in the history
- add "use client" directive to bundle
  • Loading branch information
gilbarbara committed Oct 25, 2023
1 parent 668837b commit 5222911
Show file tree
Hide file tree
Showing 11 changed files with 362 additions and 294 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
"prepare": "husky install"
},
"tsup": {
"banner": {
"js": "\"use client\";"
},
"dts": true,
"entry": [
"src/index.tsx",
Expand Down
Loading

0 comments on commit 5222911

Please sign in to comment.