Skip to content

Commit

Permalink
Merge pull request #16 from a-romantic-cat/feature/3
Browse files Browse the repository at this point in the history
Feature/3
  • Loading branch information
noeyeyh authored Jan 29, 2024
2 parents f41fc02 + 1d9654b commit 3eba27a
Show file tree
Hide file tree
Showing 19 changed files with 2,407 additions and 72 deletions.
9 changes: 9 additions & 0 deletions front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react": "^18.2.0",
"react-calendar": "^4.8.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-redux": "^9.1.0",
Expand Down
4 changes: 4 additions & 0 deletions front-end/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import OpenLetter1 from './components/MyLetterbox/OpenLetter1';
import CreateAccount from './components/Login/CreateAccount';
import Terms from './components/Login/Terms';
import MakeLetterbox from './components/Login/MakeLetterbox';
import MissionMain from './components/Store/MissionMain';
import CollectionBoxMain from './components/Store/CollectionBoxMain';
import WritingLetter from './components/RomanticLetterbox/WritingLetter/WritingLetter';
import CompletedLetterWriting from './components/RomanticLetterbox/WritingLetter/CompletedLetterWriting';
import CompletedLetterReplying from './components/RomanticLetterbox/ReplyingLetter/CompletedLetterReplying';
Expand Down Expand Up @@ -61,6 +63,8 @@ function App() {
<Route path="/OpenLetter1" element={<OpenLetter1 />} />
<Route path="/Terms" element={<Terms />} />
<Route path="/MakeLetterbox" element={<MakeLetterbox />} />
<Route path="/MissionMain" element={<MissionMain />} />
<Route path="/CollectionBoxMain" element={<CollectionBoxMain />} />
<Route path="/BoxSetting1" element={<BoxSetting1 />} />
<Route path="/BoxSetting2" element={<BoxSetting2 />} />
<Route path="/BoxSetting3" element={<BoxSetting3 />} />
Expand Down
3 changes: 3 additions & 0 deletions front-end/src/assets/img/Checkbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions front-end/src/assets/img/CoinRed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions front-end/src/assets/img/다음버튼.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions front-end/src/assets/img/달력제목오른쪽.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions front-end/src/assets/img/달력제목왼쪽.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions front-end/src/assets/img/발바닥.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3eba27a

Please sign in to comment.