auto push

This commit is contained in:
2024-04-19 11:01:02 +08:00
parent a5052f5bd0
commit a6580e9594
5 changed files with 81 additions and 52 deletions

View File

@@ -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}</>;
}