Infrastructure Sync: Initial migration to custom self-hosted Gitea

This commit is contained in:
2026-08-21 15:40:26 +09:00
parent a8574be2fb
commit 131a709186
47 changed files with 1228 additions and 1460 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { LanguageSelector } from "@/components/ui/LanguageSelector";
export default function RegisterPage() {
const router = useRouter();
const { t, lang, setLang } = useI18n();
const { t } = useI18n();
const { theme, toggleTheme } = useTheme();
const [name, setName] = useState("");