mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:15:44 +01:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
|
import * as React from 'react'
|
||
|
// whatever else you need in here
|
||
|
|
||
|
global.React = React
|