Skip to content

Commit

Permalink
fix: 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
noeyeyh committed Jan 29, 2024
2 parents 6a48c33 + f41fc02 commit 1d9654b
Show file tree
Hide file tree
Showing 61 changed files with 16,320 additions and 328 deletions.
1,230 changes: 1,203 additions & 27 deletions front-end/package-lock.json

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.7",
"axios": "^1.6.5",
"date-fns-tz": "^2.0.0",
"date-fns": "^3.3.1",
"moment": "^2.30.1",
"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",
"react-router-dom": "^6.21.3",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"styled-components": "^6.1.8",
"web-vitals": "^2.1.4"
},
Expand Down
11 changes: 11 additions & 0 deletions front-end/public/images/checkbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions front-end/public/images/uncheckbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions front-end/public/images/우표3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions front-end/public/images/푸터.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions front-end/public/images/홈1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions front-end/public/images/홈2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions front-end/public/images/홈3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions front-end/public/images/홈4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions front-end/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ 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';
import ReplyingLetterMain from './components/RomanticLetterbox/ReplyingLetter/ReplyingLetterMain';
import ReplyingLetter from './components/RomanticLetterbox/ReplyingLetter/ReplyingLetter';
import BoxSetting1 from './components/Login/BoxSetting1';
import BoxSetting2 from './components/Login/BoxSetting2';
import BoxSetting3 from './components/Login/BoxSetting3';
import SettingEnd from './components/Login/SettingEnd';

const Background = styled.div`
background-color: #FFFEF8;
Expand All @@ -38,6 +47,11 @@ function App() {
<Route path="/MyLetterbox" element={<MyLetterbox />} />
<Route path="/AddressBook" element={<AddressBook />} />
<Route path="/RomanticLetterbox" element={<RomanticLetterbox />} />
<Route path="/WritingLetter" element={<WritingLetter />} />
<Route path="/CompletedLetterWriting" element={<CompletedLetterWriting />} />
<Route path="/CompletedLetterReplying" element={<CompletedLetterReplying />} />
<Route path="/ReplyingLetterMain" element={<ReplyingLetterMain />} />
<Route path="/ReplyingLetter" element={<ReplyingLetter />} />
<Route path="/Store" element={<Store />} />
<Route path="/MyPage" element={<MyPage />} />
<Route path="/Check1" element={<Check1 />} />
Expand All @@ -51,6 +65,10 @@ function App() {
<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 />} />
<Route path="/SettingEnd" element={<SettingEnd />} />
</Routes>
</BrowserRouter>
</Background>
Expand Down
3 changes: 3 additions & 0 deletions front-end/src/assets/img/BasicDate.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/CircleCheckbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions front-end/src/assets/img/Ellipse.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/NextIcon.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/PrevIcon.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/S.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/SS.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/SelectDate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions front-end/src/assets/img/Selected.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions front-end/src/assets/img/SelectedCheckbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions front-end/src/assets/img/SignCat.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/VectorChecked.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/VectorX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions front-end/src/assets/img/내우체통_Blue.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 1d9654b

Please sign in to comment.