Skip to content

Commit

Permalink
Merge pull request #262 from FinalDoubleTen/FE-94--feat/Trips/DragAnd…
Browse files Browse the repository at this point in the history
…Drop

feat: 커서공유 테스트
  • Loading branch information
LeHiHo authored Jan 24, 2024
2 parents 871fa7d + c5b93a4 commit 9279e04
Show file tree
Hide file tree
Showing 70 changed files with 1,139 additions and 1,776 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-icons": "^5.0.1",
"react-infinite-scroller": "^1.2.6",
"react-kakao-maps-sdk": "^1.1.24",
"react-modal": "^3.16.1",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

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

338 changes: 0 additions & 338 deletions public/mockServiceWorker.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/@types/member.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface MemberInfo {
// | 'TEENAGER'
// | 'TWENTIES'
// | 'THIRTIES'
// | 'FOURTIES'
// | 'FORTIES'
// | 'ABOVE_FIFTIES'
// | 'DEFATULT'
genderType: string | null;
Expand Down
Loading

0 comments on commit 9279e04

Please sign in to comment.