We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d9b58 commit b274aedCopy full SHA for b274aed
src/app/story/[id]/page.tsx
@@ -0,0 +1,3 @@
1
+export default function StoryIdPage() {
2
+ return <div>StoryIdPage</div>;
3
+}
0 commit comments