diff --git a/packages/app/components/auth/chooseAccount/ChooseAccount.tsx b/packages/app/components/auth/chooseAccount/ChooseAccount.tsx index d08df16..e45d57c 100644 --- a/packages/app/components/auth/chooseAccount/ChooseAccount.tsx +++ b/packages/app/components/auth/chooseAccount/ChooseAccount.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { FormattedMessage as Message, defineMessages } from 'react-intl'; import factory from '../factory';