Skip to content

Commit

Permalink
[#1] 디렉토리 구조 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed May 4, 2024
1 parent 335c55a commit 163fd06
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 프리무스
Empty file added src/_assets/_icons/.gitkeep
Empty file.
Empty file added src/_assets/_images/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added src/_hooks/.gitkeep
Empty file.
Empty file added src/_mocks/.gitkeep
Empty file.
Empty file added src/_store/.gitkeep
Empty file.
Empty file added src/app/list/.gitkeep
Empty file.
Empty file added src/app/mypage/.gitkeep
Empty file.
5 changes: 5 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const Home = () => {
return <main>hi</main>
}

export default Home
Empty file added src/app/search/.gitkeep
Empty file.
Empty file added src/app/signin/.gitkeep
Empty file.
Empty file added src/app/toolDetail/.gitkeep
Empty file.
Empty file added src/app/verification/.gitkeep
Empty file.

0 comments on commit 163fd06

Please sign in to comment.