refactor(profile): remove unused ProfilePage component

This commit is contained in:
2026-07-10 11:02:22 +08:00
parent 1b85f3a410
commit 9a54e61517
-5
View File
@@ -1,5 +0,0 @@
import { redirect } from "next/navigation";
export default function ProfilePage() {
redirect("/private-room");
}