From 5336367879307f17689bb752fa35ff581ecd5782 Mon Sep 17 00:00:00 2001 From: sara-pervana Date: Wed, 22 Nov 2023 00:00:11 +0100 Subject: [PATCH] add use client to server components --- pkgs/ui/src/app/access-point/page.tsx | 2 +- pkgs/ui/src/app/client-1/page.tsx | 2 ++ pkgs/ui/src/app/client-2/page.tsx | 2 ++ pkgs/ui/src/app/home/page.tsx | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/ui/src/app/access-point/page.tsx b/pkgs/ui/src/app/access-point/page.tsx index 2814c4a..177073c 100644 --- a/pkgs/ui/src/app/access-point/page.tsx +++ b/pkgs/ui/src/app/access-point/page.tsx @@ -18,7 +18,7 @@ export default function AccessPoint() { entity={{ name: "Access Point", details: APSummaryDetails }} />
-

Attachement View

+

Attachment View