diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index a0f48ef3..8ff2e341 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -1,4 +1,4 @@ -import type {AppContext, AppProps} from 'next/app' +import type {AppProps} from 'next/app' import Head from 'next/head' import {useEffect, useState} from 'react' import {Router} from 'next/router' @@ -194,7 +194,7 @@ function MyApp(props: AppProps) { - +