Skip to content

Commit 403afcb

Browse files
author
Richard Samuelsson
committed
feat(component): just to make ci publish
1 parent 7703036 commit 403afcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-transition-collapse.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as React from 'react'
66

77
class ReactTransitionCollapse extends React.PureComponent {
88
render() {
9-
return <div>React test</div>
9+
return <div>React test, feat</div>
1010
}
1111
}
1212

0 commit comments

Comments
 (0)