Enforce stricter rules for Typescript files (#24910)
This commit is contained in:
@@ -200,4 +200,6 @@ class RelativeTimestamp extends React.Component<Props, States> {
|
||||
|
||||
}
|
||||
|
||||
export default injectIntl(RelativeTimestamp);
|
||||
const RelativeTimestampWithIntl = injectIntl(RelativeTimestamp);
|
||||
|
||||
export { RelativeTimestampWithIntl as RelativeTimestamp };
|
||||
|
Reference in New Issue
Block a user