From eb36d12f731a848394bd821d4a479487657a6d05 Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Sun, 30 Jun 2019 03:26:19 +0530 Subject: [PATCH] issu 2599 fixes --- .../tc-communities/communities/veterans/Footer/index.jsx | 3 ++- .../tc-communities/communities/wipro/Footer/index.jsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/shared/components/tc-communities/communities/veterans/Footer/index.jsx b/src/shared/components/tc-communities/communities/veterans/Footer/index.jsx index 57aa66dc30..2fdb2051c9 100644 --- a/src/shared/components/tc-communities/communities/veterans/Footer/index.jsx +++ b/src/shared/components/tc-communities/communities/veterans/Footer/index.jsx @@ -1,3 +1,4 @@ +import moment from 'moment'; import React from 'react'; import PT from 'prop-types'; import { themr } from 'react-css-super-themr'; @@ -8,7 +9,7 @@ function Footer({ theme }) { return ( ); diff --git a/src/shared/components/tc-communities/communities/wipro/Footer/index.jsx b/src/shared/components/tc-communities/communities/wipro/Footer/index.jsx index a7c0d5aba3..b55e42ccd9 100644 --- a/src/shared/components/tc-communities/communities/wipro/Footer/index.jsx +++ b/src/shared/components/tc-communities/communities/wipro/Footer/index.jsx @@ -1,3 +1,4 @@ +import moment from 'moment'; import React from 'react'; import PT from 'prop-types'; import { themr } from 'react-css-super-themr'; @@ -8,7 +9,7 @@ function Footer({ theme }) { return ( );