Skip to content

Commit

Permalink
fix: missing util export
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jan 30, 2025
1 parent bc36cc8 commit 7097eed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

1 change: 1 addition & 0 deletions lib/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './use-copy-text'
export * from './throttle'
export * from './hex-to-rgba'
export * from './format-bytes'

0 comments on commit 7097eed

Please sign in to comment.