auto push
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
Image,
|
||||
Paper,
|
||||
Text,
|
||||
Title,
|
||||
} from "@mantine/core";
|
||||
import React from "react";
|
||||
|
||||
@@ -16,28 +17,6 @@ export default function LayoutLogin({
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<AppShell
|
||||
// header={
|
||||
// <Header height={180} sx={{ borderStyle: "none" }}>
|
||||
// <Paper h={180} sx={{ borderRadius: "0 0 30px 30px" }}>
|
||||
// <Center h={"100%"}>
|
||||
// <Image
|
||||
// mt={"xl"}
|
||||
// height={130}
|
||||
// width={130}
|
||||
// alt="logo"
|
||||
// src={"/aset/logo/logo-hipmi.png"}
|
||||
// />
|
||||
// </Center>
|
||||
// </Paper>
|
||||
// </Header>
|
||||
// }
|
||||
|
||||
>
|
||||
{children}
|
||||
</AppShell>
|
||||
</>
|
||||
);
|
||||
return <>
|
||||
{children}</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user