Home Page Customization

This commit is contained in:
Ebube
2023-10-16 21:11:18 +01:00
parent 5f95d857d4
commit 857ef15dd2
5 changed files with 62 additions and 75 deletions
+2 -6
View File
@@ -1,9 +1,5 @@
import SignInForm from '@/components/Authentication/SignInForm';
import SignInForm from "@/components/Authentication/SignInForm";
export default function SignIn() {
return (
<>
<SignInForm />
</>
);
return <SignInForm />;
}