style : update detail division

This commit is contained in:
lukman
2024-07-17 17:38:42 +08:00
parent e813e8d015
commit 581aaa89f0
11 changed files with 89 additions and 6 deletions

View File

@@ -1,11 +1,13 @@
"use client"
import { WARNA } from "@/module/_global";
import { Box, Stack, SimpleGrid, Flex, Text } from "@mantine/core";
import router from "next/router";
import { useRouter } from "next/navigation";
import { BsInfoCircle } from "react-icons/bs";
import { FaPencil } from "react-icons/fa6";
import { TbReportAnalytics } from "react-icons/tb";
export default function DrawerDetailDivision() {
const router = useRouter()
return (
<Box>
<Stack pt={10}>