0
0
Fork 0
This commit is contained in:
xeltica 2021-09-24 02:18:31 +09:00
parent 230e952c84
commit d7b77ee022
12 changed files with 136 additions and 169 deletions

View file

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