aduan sampah list
This commit is contained in:
13
src/pages/list/list_pengaduan_sampah.tsx
Normal file
13
src/pages/list/list_pengaduan_sampah.tsx
Normal 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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user