Skip to content

Commit

Permalink
Finished testing checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
TanPingZhi committed Sep 26, 2024
1 parent b51ae70 commit 964bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/app/questions/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QuestionListing from "@/components/questions/questions-listing";

export default function QuestionListingPage() {
return <QuestionListing />;;;;;
return <QuestionListing />;
}

0 comments on commit 964bee2

Please sign in to comment.