UNPKG

astro-google-analytics

Version:
11 lines (8 loc) 792 B
/* ——————————————————————————————————————————————————————————————————————————— * * © 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 };