diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fcf8cb1..217c0ac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -59,24 +59,28 @@ export const metadata: Metadata = { }, verification: { - google: "HwFH-3lcPM6", + google: "HwFH-3lcPM6dBVJFhRAlCVyQbdehNosUbYrvkBVGB2Q", }, }; export default function RootLayout({ children }: { children: React.ReactNode }) { return ( -
- - {/* + {/* + + */} + + {/* Providers로 감싸는 이유: - React Query의 QueryClientProvider를 전역 적용 - 모든 하위 컴포넌트가 동일한 client & cache 공유 - useQuery, useMutation 훅이 어디서든 정상 동작 */} -