From 94a5b217acfd90f954a26fef113c2db9dd194f0f Mon Sep 17 00:00:00 2001 From: Xeltica Date: Thu, 5 Jan 2023 14:42:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=88=E8=A1=A8=E8=A8=98=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/App.tsx | 4 ++-- src/frontend/const.ts | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/App.tsx b/src/frontend/App.tsx index 10e79be..813d1cc 100644 --- a/src/frontend/App.tsx +++ b/src/frontend/App.tsx @@ -6,7 +6,7 @@ import { useTranslation } from 'react-i18next'; import { store } from './store'; import { ModalComponent } from './Modal'; import { useTheme } from './misc/theme'; -import { BREAKPOINT_SM, XELTICA_STUDIO_URL } from './const'; +import { BREAKPOINT_SM } from './const'; import { useGetSessionQuery } from './services/session'; import { Router } from './Router'; import { setMobile } from './store/slices/screen'; @@ -62,7 +62,7 @@ const AppInner : React.VFC = () => { ) : }