mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Update App.tsx
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
<BlockingOverlay />
|
||||
|
||||
Reference in New Issue
Block a user