6 lines
114 B
JavaScript

import Animate from './animate';
import Expand from './expand';
Animate.Expand = Expand;
export default Animate;