style : add app

This commit is contained in:
lukman
2024-07-03 14:28:47 +08:00
parent c4c53547e9
commit b26f184b53
6 changed files with 57 additions and 13 deletions

View File

@@ -1,12 +1,10 @@
import { Box, Text } from "@mantine/core";
import Image from "next/image";
import { ViewLogin } from "@/module/auth";
import { Box, Image, rem, Stack, Text } from "@mantine/core";
export default function Home() {
return (
<>
<Box>
<Text>AWAL BRANCH</Text>
</Box>
<ViewLogin/>
</>
);
}