You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Don't make getAnalytics the default export, its weird
This commit is contained in:
@@ -107,6 +107,6 @@ export class PosthogAnalytics {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function getAnalytics() {
|
export function getAnalytics(): PosthogAnalytics {
|
||||||
return PosthogAnalytics.instance();
|
return PosthogAnalytics.instance();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user