export * from './components/AnimatedNumber';
import AnimatedNumber from './components/AnimatedNumber';

export default AnimatedNumber;
