Skip to content

Commit

Permalink
Export Components to be used by other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
poirazis committed Nov 5, 2023
1 parent d1d4fd3 commit 06e0d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SuperTableCell/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as SuperTableCell } from "./SuperTableCell.svelte"
export { SuperCell } from "./SuperCell.svelte"
export { default as SuperCell } from "./SuperCell.svelte"
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { SuperTableCell } from "./SuperTableCell/SuperTableCell.svelte"
export { SuperCell } from "./SuperTableCell/SuperCell.svelte"

0 comments on commit 06e0d68

Please sign in to comment.