code style

pull/162/head
afc163 10 years ago
parent 52b32e2ec6
commit 24b81829a1

@ -1,9 +1,11 @@
import React from 'react';
import EnterAnimation from 'enter-animation';
export default class AntEnterAnimation extends React.Component {
class AntEnterAnimation extends React.Component {
render() {
return <EnterAnimation {...this.props} />;
}
}
AntEnterAnimation.to = EnterAnimation.to;
export default AntEnterAnimation;

Loading…
Cancel
Save