diff --git a/src/components/animations/index.js b/src/components/animations/index.js index 27a1638..54af463 100644 --- a/src/components/animations/index.js +++ b/src/components/animations/index.js @@ -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