import Script from "next/script";
import React, { Fragment } from "react";
import { GoogleTagManager, GoogleAnalytics } from "@next/third-parties/google";
export const Tracking = ({ googleTagManagerID, nonce, cookieObj }) => {
return (
{/* */}
{/* */}
);
};
export const TrackingNoScript = ({ googleTagManagerID }) => (
);