import { QueryClient, QueryClientProvider } from 'react-query'; const queryClientConfig = { defaultOptions: { queries: { retry: 2, ...
確定! 回上一頁