astro-google-analytics
Version:
Provides Google Analytics 4 snippet injection.
11 lines (8 loc) • 792 B
text/typescript
/* ——————————————————————————————————————————————————————————————————————————— *
* © Julian Cataldo — https://www.juliancataldo.com. *
* See LICENSE in the project root. *
/* —————————————————————————————————————————————————————————————————————————— */
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
import GoogleAnalytics from './GoogleAnalytics.astro';
export { GoogleAnalytics };