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 {};