mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Fix import
This commit is contained in:
parent
bd7e2dee3d
commit
c697079eb4
@ -1,7 +1,7 @@
|
||||
import { Anonymity, getRedactedCurrentLocation, IAnonymousEvent, IPseudonymousEvent, IRoomEvent,
|
||||
PosthogAnalytics } from '../src/PosthogAnalytics';
|
||||
import SdkConfig from '../src/SdkConfig';
|
||||
const crypto = require('crypto');
|
||||
import crypto = require('crypto');
|
||||
|
||||
class FakePosthog {
|
||||
public capture;
|
||||
|
Loading…
Reference in New Issue
Block a user