From 09f80b1f42b805d1d0d150ad83150abd1e6670df Mon Sep 17 00:00:00 2001 From: Luis-Hebendanz Date: Thu, 25 Jan 2024 14:47:52 +0100 Subject: [PATCH] Fixed sidebar and did problem --- pkgs/ui/src/app/client/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkgs/ui/src/app/client/page.tsx diff --git a/pkgs/ui/src/app/client/page.tsx b/pkgs/ui/src/app/client/page.tsx new file mode 100644 index 0000000..5377c57 --- /dev/null +++ b/pkgs/ui/src/app/client/page.tsx @@ -0,0 +1,5 @@ +import Client from "@/app/client/client"; + +export default function Page() { + return ; +}