Checkbox for analytics opt in & settings redesign (#934)
This commit is contained in:
parent
2454daeef9
commit
0423a494c4
18 changed files with 154 additions and 65 deletions
|
|
@ -36,7 +36,10 @@ import {
|
|||
fallbackICEServerAllowed,
|
||||
} from "./matrix-utils";
|
||||
import { widget } from "./widget";
|
||||
import { PosthogAnalytics, RegistrationType } from "./PosthogAnalytics";
|
||||
import {
|
||||
PosthogAnalytics,
|
||||
RegistrationType,
|
||||
} from "./analytics/PosthogAnalytics";
|
||||
import { translatedError } from "./TranslatedError";
|
||||
import { useEventTarget } from "./useEvents";
|
||||
import { Config } from "./config/Config";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue