Skip to content

Commit 41277ad

Browse files
author
Dobromir Hristov
committed
chore: fix import path
1 parent f3b9e44 commit 41277ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocumentationTopic/TopicsLinkCardGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
</script>
5252

5353
<style scoped lang='scss'>
54-
@import '@/styles/_core.scss';
54+
@import 'docc-render/styles/_core.scss';
5555
5656
.grid {
5757
grid-gap: 20px;

0 commit comments

Comments
 (0)