Skip to content

Commit

Permalink
[astro-svg-loaders] Fix publish to npm (#760)
Browse files Browse the repository at this point in the history
* Fix release

* Fix release

* Format
  • Loading branch information
mhdcodes authored Nov 20, 2024
1 parent 8dd6674 commit b4f4f4d
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/astro-svg-loaders/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export { default as Audio } from './loaders/audio.astro';
export { default as BallTriangle } from './loaders/ball-triangle.astro';
export { default as Bars } from './loaders/bars.astro';
export { default as Circles } from './loaders/circles.astro';
export { default as Grid } from './loaders/grid.astro';
export { default as Hearts } from './loaders/hearts.astro';
export { default as Oval } from './loaders/oval.astro';
export { default as Puff } from './loaders/puff.astro';
export { default as Rings } from './loaders/rings.astro';
export { default as SpinningCircles } from './loaders/spinning-circles.astro';
export { default as TailSpin } from './loaders/tail-spin.astro';
export { default as ThreeDots } from './loaders/three-dots.astro';
export { default as Audio } from './loaders/Audio.astro';
export { default as BallTriangle } from './loaders/BallTriangle.astro';
export { default as Bars } from './loaders/Bars.astro';
export { default as Circles } from './loaders/Circles.astro';
export { default as Grid } from './loaders/Grid.astro';
export { default as Hearts } from './loaders/Hearts.astro';
export { default as Oval } from './loaders/Oval.astro';
export { default as Puff } from './loaders/Puff.astro';
export { default as Rings } from './loaders/Rings.astro';
export { default as SpinningCircles } from './loaders/SpinningCircles.astro';
export { default as TailSpin } from './loaders/TailSpin.astro';
export { default as ThreeDots } from './loaders/ThreeDots.astro';

0 comments on commit b4f4f4d

Please sign in to comment.