From 475116b8ed9e3766fac18c02ce03bd9da268370a Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Thu, 30 Nov 2017 14:59:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BD?= =?UTF-8?q?=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=D0=B9=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/profile/Profile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/profile/Profile.js b/src/components/profile/Profile.js index ddce246..3044516 100644 --- a/src/components/profile/Profile.js +++ b/src/components/profile/Profile.js @@ -6,7 +6,6 @@ import Helmet from 'react-helmet'; import { userShape } from 'components/user/User'; import { LangMenu } from 'components/langMenu'; -import langMenuMessages from 'components/langMenu/langMenu.intl.json'; import ProfileField from './ProfileField'; import styles from './profile.scss';