File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
packages/api-explorer/src/scenes Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import {
47
47
useSettingActions ,
48
48
} from '../../state'
49
49
import { diffPath , getApixAdaptor , useNavigation } from '../../utils'
50
- import { useDiffStoreSync } from '../utils/hooks/diffStoreSync '
50
+ import { useDiffStoreSync } from '../utils'
51
51
import { diffSpecs , getDiffOptionsFromUrl } from './diffUtils'
52
52
import { DocDiff } from './DocDiff'
53
53
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
export { useTagStoreSync } from './tagStoreSync'
28
+ export { useDiffStoreSync } from './diffStoreSync'
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
export { useTagStoreSync } from './hooks'
28
+ export { useDiffStoreSync } from './hooks'
You can’t perform that action at this time.
0 commit comments