Skip to content

Commit

Permalink
Merge pull request #1685 from ever-co/develop
Browse files Browse the repository at this point in the history
Update _app.tsx
  • Loading branch information
evereq authored Oct 30, 2023
2 parents 8ca1ead + f9530d3 commit 00c01fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-mixed-spaces-and-tabs */
import 'react-loading-skeleton/dist/skeleton.css';
import '../styles/globals.css';
import { GA_MEASUREMENT_ID, RECAPTCHA_SITE_KEY, jitsuConfiguration } from '@app/constants';
import { GA_MEASUREMENT_ID, jitsuConfiguration } from '@app/constants';
import { JitsuProvider } from '@jitsu/jitsu-react';
import { Analytics } from '@vercel/analytics/react';
import { AppState } from 'lib/app/init-state';
Expand Down

0 comments on commit 00c01fe

Please sign in to comment.