MCPcopy Create free account
hub / github.com/mantinedev/ui.mantine.dev / GaScript

Function GaScript

components/GaScript/GaScript.tsx:12–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10`;
11
12export function GaScript() {
13 return (
14 <>
15 <Script
16 strategy="afterInteractive"
17 src="https://www.googletagmanager.com/gtag/js?id=G-NGWJJB04JB"
18 />
19 <Script id="ga" strategy="afterInteractive">
20 {gaScript}
21 </Script>
22 </>
23 );
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected