update pay function

This commit is contained in:
2025-11-22 08:57:37 +08:00
parent 295f179147
commit 43446f8034
210 changed files with 8236 additions and 5345 deletions

View File

@@ -0,0 +1,5 @@
import SignInPage from "@/templates/Auth/SignInPage";
export default function Page() {
return <SignInPage />;
}