update dashboard admin

Deskripsi:
- list warga
- detail warga

No Issues
This commit is contained in:
2025-11-14 17:19:50 +08:00
parent 6c6ee02cf0
commit 67c066990e
13 changed files with 2014 additions and 1509 deletions

View File

@@ -13,14 +13,14 @@ import {
NavLink,
Stack,
Table,
Title
Title,
} from "@mantine/core";
import {
IconBuildingBank,
IconCategory2,
IconMailSpark,
IconUserCog,
IconUsersGroup
IconUsersGroup,
} from "@tabler/icons-react";
import { useLocation } from "react-router-dom";
@@ -104,4 +104,4 @@ export default function DetailSettingPage() {
</Grid>
</Container>
);
}
}