Skip to content

Commit

Permalink
Use theme import for filterInactiveReferences. (#917)
Browse files Browse the repository at this point in the history
Resolves: rdar://141015022
  • Loading branch information
mportiz08 authored Dec 6, 2024
1 parent 94d0938 commit 10b0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/DocumentationTopicStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* See https://swift.org/CONTRIBUTORS.txt for Swift project authors
*/

import { filterInactiveReferences } from 'docc-render/utils/references';
import { filterInactiveReferences } from 'theme/utils/references';
import ApiChangesStoreBase from 'docc-render/stores/ApiChangesStoreBase';
import OnThisPageSectionsStoreBase from 'docc-render/stores/OnThisPageSectionsStoreBase';
import Settings from 'docc-render/utils/settings';
Expand Down

0 comments on commit 10b0971

Please sign in to comment.