diff --git a/index.d.ts b/index.d.ts index eb7ff73..d526bd2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1 @@ -declare module "gatsby-plugin-gdpr-cookies" { - export function initializeAndTrack(location: Location): void; -} +export function initializeAndTrack(location: Location): void;