Skip to content

Commit

Permalink
Fix import of queryClient
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpetit committed Feb 16, 2024
1 parent bfe868c commit 3115eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/createApp/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NavigationContainer } from '@react-navigation/native';
import { QueryClientProvider } from '@tanstack/react-query';
import Providers, { Provider } from 'src/components/Providers';
import RootNavigator from 'src/navigators/RootNavigator';
import queryClient from '../reactQuery/src/util/api/queryClient';
import queryClient from 'src/util/api/queryClient';

// Add providers to this array. They will be wrapped around the app, with the
// first items in the array wrapping the last items in the array.
Expand Down

0 comments on commit 3115eb9

Please sign in to comment.