Skip to content

Commit

Permalink
chore: draft branch of browser-router setup
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 11, 2023
1 parent eb4aa3d commit a9f3858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/PostDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const PostDetail = () => {
) : (
<div>
<h2>post details</h2>
{/* <p>{data.title}</p>
<p>{data.body}</p> */}
<p>{data.title}</p>
<p>{data.body}</p>
</div>
)}
</>
Expand Down

0 comments on commit a9f3858

Please sign in to comment.