mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Don't make getAnalytics the default export, its weird
This commit is contained in:
parent
d9594c428a
commit
7e549f84e7
@ -107,6 +107,6 @@ export class PosthogAnalytics {
|
||||
}
|
||||
}
|
||||
|
||||
export default function getAnalytics() {
|
||||
export function getAnalytics(): PosthogAnalytics {
|
||||
return PosthogAnalytics.instance();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user