6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
import SignInForm from "@/components/Authentication/SignInForm";
|
|
|
|
export default function Index() {
|
|
return <SignInForm />;
|
|
}
|