export default function injectGtmScript({gtmId}: {gtmId: string}): string { if (!gtmId) { return ''; } return ` `; }