From c2282ee5b091025be00c795baaa488fa94983b5f Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Wed, 11 Sep 2024 10:19:13 +0000 Subject: [PATCH] Production --- src/widgets/Footer/Footer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index 49ed30f..30f63fc 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -9,7 +9,7 @@ import app_store_btn from "./icons/app-store-btn.svg"; import play_market_btn from "./icons/play-market-btn.svg"; import { Link } from "@/shared/config/navigation"; import { useTranslations } from "next-intl"; -//import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; +import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; const Footer = () => { @@ -34,8 +34,8 @@ const Footer = () => { ))} - {/* Only for production - */} + {/* Only for production*/} +