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 PageLoader from './components/common/PageLoader'
|
||||||
import { MaintenanceScreen, ChannelSubscriptionScreen } from './components/blocking'
|
import { MaintenanceScreen, ChannelSubscriptionScreen } from './components/blocking'
|
||||||
import { saveReturnUrl } from './utils/token'
|
import { saveReturnUrl } from './utils/token'
|
||||||
|
import { useAnalyticsCounters } from './hooks/useAnalyticsCounters'
|
||||||
|
|
||||||
// Auth pages - load immediately (small)
|
// Auth pages - load immediately (small)
|
||||||
import Login from './pages/Login'
|
import Login from './pages/Login'
|
||||||
@@ -109,6 +110,8 @@ function BlockingOverlay() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
|
useAnalyticsCounters()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<BlockingOverlay />
|
<BlockingOverlay />
|
||||||
|
|||||||
Reference in New Issue
Block a user