copied the code from the working repo
This commit is contained in:
7
mtucijobsweb2/app/login/page.tsx
Normal file
7
mtucijobsweb2/app/login/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import LoginPage from "@/fsd/pages/LoginPage";
|
||||
|
||||
const Login = () => {
|
||||
return <><LoginPage/></>;
|
||||
};
|
||||
|
||||
export default Login;
|
||||
Reference in New Issue
Block a user