()
| 10 | `; |
| 11 | |
| 12 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected