We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2e718 commit 7818a6dCopy full SHA for 7818a6d
pages/_app.tsx
@@ -1,7 +1,9 @@
1
+// eslint-disable-next-line n/no-extraneous-import
2
import '~/styles/globals.css';
3
import type { AppProps } from 'next/app';
4
import Head from 'next/head';
5
import { Bounce, ToastContainer } from 'react-toastify';
6
7
import 'react-toastify/ReactToastify.css';
8
import { useEffect, useState } from 'react';
9
import { jost } from '~/utils/fonts';
0 commit comments