Skip to content

Commit c0a1f39

Browse files
author
nebarf
committed
Fix cache service import
1 parent ab6851b commit c0a1f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/http-client-config-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useCompareMemo } from '../shared';
33
import { defaultClientProps, defaultHttpReqConfig, defaultCacheStore } from './defaults';
44
import { HttpClientContextProps, HttpClientProviderProps, HttpClientConfig } from './types';
55
import fastCompare from 'react-fast-compare';
6-
import { HttpCacheService } from '..';
6+
import { HttpCacheService } from '../cache';
77
import { HttpCacheStorePrefixDecorator } from '../cache/prefix-decorator';
88

99
/**

0 commit comments

Comments
 (0)