mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Don't make getAnalytics the default export, its weird
This commit is contained in:
parent
d9594c428a
commit
7e549f84e7
1 changed files with 1 additions and 1 deletions
|
@ -107,6 +107,6 @@ export class PosthogAnalytics {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function getAnalytics() {
|
export function getAnalytics(): PosthogAnalytics {
|
||||||
return PosthogAnalytics.instance();
|
return PosthogAnalytics.instance();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue