refactor: Update export order of animation components for consistency
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// Animation Components
|
||||
export { default as PageTransition } from './PageTransition'
|
||||
export { default as AnimatedList } from './AnimatedList'
|
||||
export { default as LoadingScreen } from './LoadingScreen'
|
||||
export { default as SkeletonLoader } from './SkeletonLoader'
|
||||
export { default as PageTransition } from './PageTransition'
|
||||
export { default as SmoothButton } from './SmoothButton'
|
||||
export { default as SmoothCard } from './SmoothCard'
|
||||
export { default as AnimatedList } from './AnimatedList'
|
||||
export { default as StaggeredList } from './StaggeredList'
|
||||
|
||||
// Animation Styles
|
||||
|
||||
Reference in New Issue
Block a user