code style
parent
52b32e2ec6
commit
24b81829a1
@ -1,9 +1,11 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import EnterAnimation from 'enter-animation';
|
import EnterAnimation from 'enter-animation';
|
||||||
|
|
||||||
export default class AntEnterAnimation extends React.Component {
|
class AntEnterAnimation extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return <EnterAnimation {...this.props} />;
|
return <EnterAnimation {...this.props} />;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AntEnterAnimation.to = EnterAnimation.to;
|
AntEnterAnimation.to = EnterAnimation.to;
|
||||||
|
export default AntEnterAnimation;
|
||||||
|
Loading…
Reference in New Issue