Skip to content

Commit 801af38

Browse files
authored
βͺ Roll back new-event page (#69)
### πŸ“ μž‘μ—… λ‚΄μš© - 일정 생성 νŽ˜μ΄μ§€λ₯Ό λ‘€λ°±ν–ˆμŠ΅λ‹ˆλ‹€. ### πŸ“Έ μŠ€ν¬λ¦°μƒ· (선택) ### πŸš€ 리뷰 μš”κ΅¬μ‚¬ν•­ (선택)
1 parent 48c023b commit 801af38

File tree

5 files changed

+306
-317
lines changed

5 files changed

+306
-317
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"react-aria-components": "^1.14.0",
3737
"react-day-picker": "^9.13.0",
3838
"react-dom": "^19.1.0",
39-
"react-hook-form": "^7.71.1",
4039
"react-intersection-observer": "^10.0.2",
4140
"react-router": "^7.11.0",
4241
"sonner": "^2.0.7",

β€Žsrc/components/ui/item.tsxβ€Ž

Lines changed: 0 additions & 192 deletions
This file was deleted.

β€Žsrc/constants/auth.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export const GOOGLE_AUTH_URL = `https://accounts.google.com/o/oauth2/v2/auth?cli
77
}&redirect_uri=${REDIRECT_URI_BASE}/google&response_type=code&scope=openid email profile`;
88

99
// 카카였 인증 URL
10-
export const KAKAO_AUTH_URL = `https://kauth.kakao.com/oauth/authorize?client_id=${
11-
import.meta.env.VITE_KAKAO_CLIENT_ID
12-
}&redirect_uri=${REDIRECT_URI_BASE}/kakao&response_type=code`;
10+
// export const KAKAO_AUTH_URL = `https://kauth.kakao.com/oauth/authorize?client_id=${
11+
// import.meta.env.VITE_KAKAO_CLIENT_ID
12+
// }&redirect_uri=${REDIRECT_URI_BASE}/kakao&response_type=code`;

0 commit comments

Comments
Β (0)