Home Page Customization
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import SignInForm from '@/components/Authentication/SignInForm';
|
||||
import SignInForm from "@/components/Authentication/SignInForm";
|
||||
|
||||
export default function SignIn() {
|
||||
return (
|
||||
<>
|
||||
<SignInForm />
|
||||
</>
|
||||
);
|
||||
return <SignInForm />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user