Skip to content

Commit e548bb9

Browse files
committed
add type for export
1 parent 45e8a5f commit e548bb9

File tree

1 file changed

+2
-2
lines changed
  • packages/yoroi-extension/app/containers/wallet

1 file changed

+2
-2
lines changed

packages/yoroi-extension/app/containers/wallet/Wallet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @flow
2-
import type { Node } from 'react';
2+
import type { Node, ComponentType } from 'react';
33
import { Component } from 'react';
44
import { observer } from 'mobx-react';
55
import { IntlContext } from 'react-intl';
@@ -202,4 +202,4 @@ class Wallet extends Component<{| ...Props, ...StoresProps |}> {
202202
};
203203
}
204204

205-
export default withYoroiRemoteConfig(Wallet);
205+
export default (withYoroiRemoteConfig(Wallet): ComponentType<Props>);

0 commit comments

Comments
 (0)