refactor: Update export order of animation components for consistency

This commit is contained in:
Mo Tarbin
2025-06-20 00:38:27 -04:00
parent b4652e2486
commit 0b7097082d

View File

@@ -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