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 2727c43 commit a650c38Copy full SHA for a650c38
1 file changed
app/main/page.tsx
@@ -0,0 +1,5 @@
1
+const Page = () => {
2
+ return <div>main</div>;
3
+};
4
+
5
+export default Page;
0 commit comments