complete login forgot signup page - init project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Outlet } from "react-router-dom"
|
||||
|
||||
export const AuthLayout = () => {
|
||||
return (
|
||||
<section
|
||||
className="flex flex-row h-screen p-5 justify-center items-center xl:justify-stretch xl:items-stretch max-h-[750px]">
|
||||
<Outlet />
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user