Skip to content

Commit 7869e92

Browse files
author
Dobromir Hristov
committed
chore: fix import
1 parent 2e53989 commit 7869e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocumentationTopic/TopicsLinkCardGridItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script>
3535
import Card from 'docc-render/components/Card.vue';
3636
import TopicTypeIcon from 'docc-render/components/TopicTypeIcon.vue';
37-
import { TopicRole } from '@/constants/roles';
37+
import { TopicRole } from 'docc-render/constants/roles';
3838
3939
export const ROLE_LINK_TEXT = {
4040
[TopicRole.article]: 'Read article',

0 commit comments

Comments
 (0)