Skip to content

Commit

Permalink
chore: remove needless import
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Sep 19, 2024
1 parent 9d3b742 commit 993540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '../styles/global-styles.scss';
import Head from 'next/head';
import { FpjsProvider, FingerprintJSPro } from '@fingerprintjs/fingerprintjs-pro-react';
import { FingerprintJSPro } from '@fingerprintjs/fingerprintjs-pro-react';
import { AppProps } from 'next/app';
import Providers from '../Providers';
import { Layout } from '../Layout';
Expand Down

0 comments on commit 993540b

Please sign in to comment.