new layout pages duplicated
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
import Login from "../components/AuthPages/Login/index2";
|
||||
|
||||
function LoginPageTwo() {
|
||||
return (
|
||||
<>
|
||||
<Login />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default LoginPageTwo;
|
||||
Reference in New Issue
Block a user