From 2422edcbd476db85d82061f979971dfbe5722538 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Wed, 22 Jun 2022 23:39:41 +0900 Subject: [PATCH] =?UTF-8?q?lint=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/pages/settings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/pages/settings.tsx b/src/frontend/pages/settings.tsx index e9fb584..0539aee 100644 --- a/src/frontend/pages/settings.tsx +++ b/src/frontend/pages/settings.tsx @@ -3,7 +3,6 @@ import { useTranslation } from 'react-i18next'; import { useDispatch } from 'react-redux'; import { useGetSessionQuery } from '../services/session'; -import { Card } from '../components/Card'; import { Theme, themes } from '../misc/theme'; import { LOCALSTORAGE_KEY_TOKEN } from '../const'; import { changeAccentColor, changeLang, changeTheme, showModal } from '../store/slices/screen';