From 8c2e42d42edbc0ebde1a0ba8acf2f04a56be98bf Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 27 Jan 2026 01:18:15 +0300 Subject: [PATCH] Update App.tsx --- src/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 6f371fd..be685c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import Layout from './components/layout/Layout' import PageLoader from './components/common/PageLoader' import { MaintenanceScreen, ChannelSubscriptionScreen } from './components/blocking' import { saveReturnUrl } from './utils/token' +import { useAnalyticsCounters } from './hooks/useAnalyticsCounters' // Auth pages - load immediately (small) import Login from './pages/Login' @@ -109,6 +110,8 @@ function BlockingOverlay() { } function App() { + useAnalyticsCounters() + return ( <>