|
|
@@ -3,7 +3,7 @@ import { ActivityIndicator, View, RefreshControl } from 'react-native';
|
|
|
import { useQuery, QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
|
import TabViewComponent, { TabItem } from './tabView';
|
|
|
import { chargeStationService } from '../../service/chargeStationService';
|
|
|
-import { EXPO_PUBLIC_API_URL, EXPO_PUBLIC_API_IMG_URL } from '@env';
|
|
|
+import { EXPO_PUBLIC_API_URL } from '@env';
|
|
|
|
|
|
const queryClient = new QueryClient();
|
|
|
|