added new start page
This commit was merged in pull request #840.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
import LoginLanding from "../components/AuthPages/Login/LoginLanding";
|
||||
|
||||
function LoginLandingPage() {
|
||||
return (
|
||||
<>
|
||||
<LoginLanding />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default LoginLandingPage;
|
||||
Reference in New Issue
Block a user