Skip to content

Commit

Permalink
Update name of matching page
Browse files Browse the repository at this point in the history
  • Loading branch information
wr1159 committed Oct 18, 2024
1 parent 4878f40 commit e8cda63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/app/matching/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import AuthPageWrapper from "@/components/auth/auth-page-wrapper";
import FindMatch from "@/components/matching/find-match";
import { Suspense } from "react";

export default function QuestionListingPage() {
export default function MatchingPage() {
return (
<AuthPageWrapper requireLoggedIn>
<Suspense>
Expand Down

0 comments on commit e8cda63

Please sign in to comment.