We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4878f40 commit e8cda63Copy full SHA for e8cda63
frontend/app/app/matching/page.tsx
@@ -2,7 +2,7 @@ import AuthPageWrapper from "@/components/auth/auth-page-wrapper";
2
import FindMatch from "@/components/matching/find-match";
3
import { Suspense } from "react";
4
5
-export default function QuestionListingPage() {
+export default function MatchingPage() {
6
return (
7
<AuthPageWrapper requireLoggedIn>
8
<Suspense>
0 commit comments