Desc:
- Perubahan minor
This commit is contained in:
2023-10-05 11:41:02 +08:00
parent ab9fb81b38
commit 20016ff0c2
4 changed files with 5 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ export default async function Page() {
return (
<>
{/* {JSON.stringify(data)} */}
<KatalogView />
<KatalogView data={data} />
</>
);
}