You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
take 2 at fixing import
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Anonymity, getRedactedCurrentLocation, IAnonymousEvent, IPseudonymousEvent, IRoomEvent,
|
||||
PosthogAnalytics } from '../src/PosthogAnalytics';
|
||||
import SdkConfig from '../src/SdkConfig';
|
||||
import crypto = require('crypto');
|
||||
import crypto from 'crypto';
|
||||
|
||||
class FakePosthog {
|
||||
public capture;
|
||||
|
Reference in New Issue
Block a user