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 1b8b96b commit ff40719Copy full SHA for ff40719
apps/frontend/src/app/matching/page.tsx
@@ -0,0 +1,7 @@
1
+"use client";
2
+
3
+const MatchingPage = () => {
4
+ return <div>Hello World! Replace with Matching Page</div>;
5
+};
6
7
+export default MatchingPage;
0 commit comments