mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-07 17:17:40 +01:00
9 lines
134 B
TypeScript
9 lines
134 B
TypeScript
|
import ReactGA from "react-ga4";
|
||
|
import { GA_ID } from "@/setup/constants";
|
||
|
|
||
|
ReactGA.initialize([
|
||
|
{
|
||
|
trackingId: GA_ID,
|
||
|
},
|
||
|
]);
|