Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Mar 18, 2024
1 parent 999d259 commit 7d083db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helper.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { clsxm } from './lib/helper'
export { clsxm } from './lib/helper.js'
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Button } from './component'
export { Button } from './component.js'

0 comments on commit 7d083db

Please sign in to comment.