Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-devel committed Oct 30, 2023
1 parent de5aa8d commit 46fec1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/result/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default function Result({ params }: { params: { id: string } }) {
const { id } = params;
// TODO: ここでid使ってfetchしてくる
return (
<main className='flex min-h-screen flex-col items-center justify-center gap-5 bg-secondary'>
<h1 className='font-bold text-4xl text-main stroke-black text-stroke'>
Expand Down

0 comments on commit 46fec1a

Please sign in to comment.