Skip to content

Commit b274aed

Browse files
committed
chore(#84): 임시 스토리 상세페이지 생성
1 parent 88d9b58 commit b274aed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/story/[id]/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function StoryIdPage() {
2+
return <div>StoryIdPage</div>;
3+
}

0 commit comments

Comments
 (0)