Skip to content

Commit

Permalink
fix: improve module import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Aug 28, 2021
1 parent a1b3cd7 commit 8a7cdc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/snek-finder/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export {default as SnekFinder} from './containers/SnekFinder'
export {default} from './containers/SnekFinder'
export {IPFSBackend} from './backends/IPFSBackend'

0 comments on commit 8a7cdc4

Please sign in to comment.