From 8f335a35119e350f6ad27ca9cbf75c58c7059eeb Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 24 Jul 2020 19:29:10 +0300 Subject: [PATCH] Fix ACCOUNTS-FRONTEND-MM --- packages/app/components/auth/chooseAccount/ChooseAccount.tsx | 1 + 1 file changed, 1 insertion(+) 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';