Ready to build base login page
This commit is contained in:
9
geneit_app/src/widgets/BaseLoginpage.tsx
Normal file
9
geneit_app/src/widgets/BaseLoginpage.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
export function BaseLoginPage(): React.ReactElement {
|
||||
return (
|
||||
<>
|
||||
<Outlet />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user