We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e53989 commit 7869e92Copy full SHA for 7869e92
src/components/DocumentationTopic/TopicsLinkCardGridItem.vue
@@ -34,7 +34,7 @@
34
<script>
35
import Card from 'docc-render/components/Card.vue';
36
import TopicTypeIcon from 'docc-render/components/TopicTypeIcon.vue';
37
-import { TopicRole } from '@/constants/roles';
+import { TopicRole } from 'docc-render/constants/roles';
38
39
export const ROLE_LINK_TEXT = {
40
[TopicRole.article]: 'Read article',
0 commit comments