Fixed sidebar and did problem #72

Merged
Luis merged 2 commits from Qubasa-main into main 2024-01-25 14:06:37 +00:00
Showing only changes of commit 09f80b1f42 - Show all commits

View File

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