fixed redirection bug

This commit was merged in pull request #10.
This commit is contained in:
2023-10-22 23:08:34 -07:00
parent f67d33396e
commit 1ebb8d61f1
7 changed files with 20 additions and 104 deletions
-5
View File
@@ -1,5 +0,0 @@
import SignInForm from "@/components/Authentication/SignInForm";
export default function Index() {
return <SignInForm />;
}