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