import type { FC } from 'react'; export const GATagManager: FC<{ gaId: string }> = ({ gaId }) => { return ( <>