Skip to content

Commit

Permalink
fix(index): replace with named export
Browse files Browse the repository at this point in the history
  • Loading branch information
john-james-gh committed Jan 23, 2023
1 parent 32163d0 commit 2280d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Portal, type PortalProps } from "./Portal"
export { Modal, type ModalProps } from "./Modal"
export { default as Portal, type PortalProps } from "./Portal"
export { default as Modal, type ModalProps } from "./Modal"

0 comments on commit 2280d95

Please sign in to comment.