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