UNPKG
react-ga-neo
Version:
latest (2.2.0)
2.2.0
Google Analytics 4 in React
github.com/elamperti/react-ga-neo
elamperti/react-ga-neo
react-ga-neo
/
src
/
index.js
6 lines
(3 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
6
import
ga4, {
GA4
}
from
"./ga4"
;
export
const
ReactGAImplementation
=
GA4
;
export
default
ga4;