0
0
Fork 0
This commit is contained in:
Xeltica 2021-09-24 02:36:56 +09:00
commit efea6b72e6
14 changed files with 157 additions and 203 deletions

View file

@ -7,6 +7,7 @@ import { SettingPage } from '../components/SettingPage';
import { useTranslation } from 'react-i18next';
import { RankingPage } from '../components/RankingPage';
export const IndexSessionPage: React.VFC = () => {
const [selectedTab, setSelectedTab] = useState<number>(0);
const {t, i18n} = useTranslation();