upd: dashboard

Deskripsi:
- menu dashboard
- tampilan pengaduan list

No Issues
This commit is contained in:
2025-11-06 17:37:21 +08:00
parent df7f93c794
commit 89e83d806e
5 changed files with 253 additions and 32 deletions

View File

@@ -2,16 +2,16 @@ import { Tree } from "@mantine/core";
// ✅ Valid data, all values are unique
const data = [
{
value: 'src',
label: 'src',
children: [
{ value: 'src/components', label: 'components' },
{ value: 'src/hooks', label: 'hooks' },
],
},
{ value: 'package.json', label: 'package.json' },
];
{
value: "src",
label: "src",
children: [
{ value: "src/components", label: "components" },
{ value: "src/hooks", label: "hooks" },
],
},
{ value: "package.json", label: "package.json" },
];
export default function DirPage() {
return (