Skip to content

Commit

Permalink
Refactor exports (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPepsi authored Jul 15, 2023
1 parent cd2e75d commit 8d88228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import Img from './SvelteImg.svelte'
import FxReveal from './FxReveal.svelte'
import FxParallax from './FxParallax.svelte'

export { Img as default, FxReveal, FxParallax }
export default Img
export { FxReveal, FxParallax }

0 comments on commit 8d88228

Please sign in to comment.