Skip to content

Commit

Permalink
Merge pull request #50 from hufs-sports-live/fix/query-client-provider
Browse files Browse the repository at this point in the history
[FIX] Query Client Provider를 client side로 변경
  • Loading branch information
seongminn authored Nov 14, 2023
2 parents 5b666bf + 0695af7 commit 1ffe12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ReactQueryProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import { ReactNode, useState } from 'react';
Expand Down

0 comments on commit 1ffe12d

Please sign in to comment.