Skip to content

Commit

Permalink
Merge pull request #9 from hyeyeong-nam/writepage
Browse files Browse the repository at this point in the history
Writepage
  • Loading branch information
hyeyeong-nam authored Apr 12, 2024
2 parents b5e5059 + 751cf25 commit de13797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/WritePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function WritePage() {
return (
<div>
<h1>글쓰기 페이지</h1>
<button>저장</button>
<button>저장버튼</button>
</div>
);
}
Expand Down

0 comments on commit de13797

Please sign in to comment.