aduan sampah list

This commit is contained in:
bipproduction
2025-10-20 14:26:08 +08:00
parent ddef44e505
commit 17004cc835
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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>
)
}