Skip to content

Commit

Permalink
no cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSero authored and alalonde committed Jan 8, 2024
1 parent e12b051 commit bb86972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import { ComposeDBContextProvider } from 'contexts/ComposeDBContext';
import { Web3ContextProvider } from 'contexts/Web3Context';
import { wrapUrqlClient } from 'graphql/client';
import { useMounted } from 'lib/hooks';
import { Analytics } from 'lib/hooks/useGoogleAnalytics';
import Head from 'next/head';
import Image from 'next/image';
import PlausibleProvider from 'next-plausible';
import { WithUrqlProps } from 'next-urql';
import React from 'react';
import { Analytics } from 'lib/hooks/useGoogleAnalytics';

const { userbackToken, honeybadgerAPIKey } = CONFIG;

Expand Down

0 comments on commit bb86972

Please sign in to comment.