Fixed sidebar and did problem
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 1m13s

This commit is contained in:
2024-01-25 14:47:52 +01:00
parent 170ada9382
commit 09f80b1f42

View File

@@ -0,0 +1,5 @@
import Client from "@/app/client/client";
export default function Page() {
return <Client />;
}