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