From df5f954ee245ea408266c183dbe741710abdbba4 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 7 Jun 2024 14:13:39 -0400 Subject: [PATCH] remove help scout --- frontend/index.html | 26 -------------------------- frontend/src/help-scout.d.ts | 11 ----------- 2 files changed, 37 deletions(-) delete mode 100644 frontend/src/help-scout.d.ts diff --git a/frontend/index.html b/frontend/index.html index 0cfd965..39cfccc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -16,32 +16,6 @@ <%- injectHead %> - - - Screenshot to Code diff --git a/frontend/src/help-scout.d.ts b/frontend/src/help-scout.d.ts deleted file mode 100644 index f831c04..0000000 --- a/frontend/src/help-scout.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -// help-scout.d.ts -type Beacon = (eventName: string, options?: any) => void; - -// Extend the Window interface to include the `plausible` function -declare global { - interface Window { - Beacon: Beacon; - } -} - -export {};