mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
code style
This commit is contained in:
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…
Reference in New Issue
Block a user