Files
CMS-Client/pages/auth/index.js
T

6 lines
127 B
JavaScript

import SignInForm from "@/components/Authentication/SignInForm";
export default function Index() {
return <SignInForm />;
}