Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
faet: 게시글 작성 페이지 기타 업데이트 (#5 #8 #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunolike committed Jan 18, 2023
1 parent 3eb9f4d commit e65efd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/controllers/post.controller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import views from '../views/post/post.html'
import Axios from "axios";

export default () => {
const divElement = document.createElement('div')
divElement.classList = "post-section";
divElement.innerHTML = views;

return divElement;
Expand Down
2 changes: 1 addition & 1 deletion src/views/post/post.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h1>post</h1>
post page
Empty file added src/views/post/post.scss
Empty file.

0 comments on commit e65efd3

Please sign in to comment.