about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-06-15 14:45:14 -0700
committerGitHub <noreply@github.com>2023-06-15 16:45:14 -0500
commit17e7590bcd36f9ec3433cb2714a9319fac4aeebf (patch)
tree71edb7056abedd460d275944711e4fc001a2ffe6 /src/view/screens/Settings.tsx
parent1695ae34dbd08432f21f524ed32ad7012bfb201e (diff)
downloadvoidsky-17e7590bcd36f9ec3433cb2714a9319fac4aeebf.tar.zst
[APP-511] metrics overhaul: frontend work (#506)
* WIP

* fix types and update imports

* wip

* tagged events that should be server side

* remove server-side analytics

* remove useless import

* add additional profile header events

* remove useless import

* track follow/unfollow clicks

* add missing types
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index ac072c479..3d057451a 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -35,7 +35,7 @@ import {ToggleButton} from 'view/com/util/forms/ToggleButton'
 import {usePalette} from 'lib/hooks/usePalette'
 import {useCustomPalette} from 'lib/hooks/useCustomPalette'
 import {AccountData} from 'state/models/session'
-import {useAnalytics} from 'lib/analytics'
+import {useAnalytics} from 'lib/analytics/analytics'
 import {NavigationProp} from 'lib/routes/types'
 import {isDesktopWeb} from 'platform/detection'
 import {pluralize} from 'lib/strings/helpers'