Skip to content

Commit 10b0971

Browse files
authored
Use theme import for filterInactiveReferences. (#917)
Resolves: rdar://141015022
1 parent 94d0938 commit 10b0971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/DocumentationTopicStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* See https://swift.org/CONTRIBUTORS.txt for Swift project authors
99
*/
1010

11-
import { filterInactiveReferences } from 'docc-render/utils/references';
11+
import { filterInactiveReferences } from 'theme/utils/references';
1212
import ApiChangesStoreBase from 'docc-render/stores/ApiChangesStoreBase';
1313
import OnThisPageSectionsStoreBase from 'docc-render/stores/OnThisPageSectionsStoreBase';
1414
import Settings from 'docc-render/utils/settings';

0 commit comments

Comments
 (0)