diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index faaeed55..0b86fd16 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -6,7 +6,7 @@ import {Capacitor} from '@capacitor/core' import {Keyboard} from '@capacitor/keyboard' import {StatusBar} from '@capacitor/status-bar' import clsx from 'clsx' -import {DEPLOYED_WEB_URL, ENV_CONFIG} from 'common/envs/constants' +import {DEPLOYED_WEB_URL} from 'common/envs/constants' import {IS_VERCEL} from 'common/hosting/constants' import {debug} from 'common/logger' import type {AppProps} from 'next/app' @@ -179,8 +179,9 @@ function MyApp(props: AppProps) { {/**/} - - + + +