add use client to server components

This commit is contained in:
sara-pervana
2023-11-22 00:00:11 +01:00
parent 9179e4c610
commit 5336367879
4 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ export default function AccessPoint() {
entity={{ name: "Access Point", details: APSummaryDetails }}
/>
<div>
<h4>Attachement View</h4>
<h4>Attachment View</h4>
<CustomTable
data={APAttachmentsDummyData}
configuration={APAttachmentsTableConfig}