Skip to content

Commit

Permalink
Fix import typo for DNA loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mhnpd committed Dec 8, 2023
1 parent 3889be9 commit 7ef4d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from './loader/Blocks'
export * from './loader/Comment'
export * from './loader/ColorRing'
export * from './loader/Discuss'
export * from './loader/DNA'
export * from './loader/Dna'
export * from './loader/FidgetSpinner'
export * from './loader/MagnifyingGlass'
export * from './loader/ProgressBar'
Expand Down Expand Up @@ -32,4 +32,3 @@ export * from './loader/Circles'
export * from './loader/Bars'
export * from './loader/BallTriangle'
export * from './loader/Audio'

0 comments on commit 7ef4d2e

Please sign in to comment.