[Update] To be switchable between ConfigPage and MainPage.

This commit is contained in:
Sakamoto Shiina
2024-09-01 19:48:58 +09:00
parent 8f2c81a7d7
commit 3446862eda
6 changed files with 130 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ import { useTranslation } from "react-i18next";
// import { useConfig } from "@logics/useConfig";
export const ConfigPage = () => {
const { currentSoftwareVersion, updateSoftwareVersion } = useSoftwareVersion();
const { currentSoftwareVersion } = useSoftwareVersion();
const { t } = useTranslation();
return (