import React from 'react'; const Container = ({ children, isFinished, animationDuration }) => (
{children}
); export default Container;