Skip to content

Commit e8cda63

Browse files
committed
Update name of matching page
1 parent 4878f40 commit e8cda63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/app/matching/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import AuthPageWrapper from "@/components/auth/auth-page-wrapper";
22
import FindMatch from "@/components/matching/find-match";
33
import { Suspense } from "react";
44

5-
export default function QuestionListingPage() {
5+
export default function MatchingPage() {
66
return (
77
<AuthPageWrapper requireLoggedIn>
88
<Suspense>

0 commit comments

Comments
 (0)