upd: mcp pengaduan

Deskripsi:
- database pengaduan
- api categori pengaduan > create list update hapus
- api pengaduan > create pengaduan dan history, update status dan create history

No Issues
This commit is contained in:
2025-10-27 17:40:56 +08:00
parent addd41389a
commit 7587b3ac54
6 changed files with 257 additions and 46 deletions

View File

@@ -1,13 +0,0 @@
import apiFetch from "@/lib/apiFetch"
import useSWR from "swr"
export default function ListPengaduanSampah() {
// const { data, error, isLoading, mutate } = useSWR("/", apiFetch.api.aduan["list-aduan-sampah"].get)
return (
<div>
<h1>List Pengaduan Sampah</h1>
</div>
)
}