0
0
Fork 0

lintエラーを修正

This commit is contained in:
Xeltica 2022-06-22 23:39:41 +09:00
parent 7e9047ec34
commit 2422edcbd4

View file

@ -3,7 +3,6 @@ import { useTranslation } from 'react-i18next';
import { useDispatch } from 'react-redux'; import { useDispatch } from 'react-redux';
import { useGetSessionQuery } from '../services/session'; import { useGetSessionQuery } from '../services/session';
import { Card } from '../components/Card';
import { Theme, themes } from '../misc/theme'; import { Theme, themes } from '../misc/theme';
import { LOCALSTORAGE_KEY_TOKEN } from '../const'; import { LOCALSTORAGE_KEY_TOKEN } from '../const';
import { changeAccentColor, changeLang, changeTheme, showModal } from '../store/slices/screen'; import { changeAccentColor, changeLang, changeTheme, showModal } from '../store/slices/screen';