File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ import BetaLegalText from 'theme/components/DocumentationTopic/BetaLegalText.vue
114
114
import LanguageSwitcher from ' theme/components/DocumentationTopic/Summary/LanguageSwitcher.vue' ;
115
115
import DocumentationHero from ' docc-render/components/DocumentationTopic/DocumentationHero.vue' ;
116
116
import WordBreak from ' docc-render/components/WordBreak.vue' ;
117
- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
117
+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
118
118
import OnThisPageNav from ' theme/components/OnThisPageNav.vue' ;
119
119
import Abstract from ' ./DocumentationTopic/Description/Abstract.vue' ;
120
120
import ContentNode from ' ./DocumentationTopic/ContentNode.vue' ;
Original file line number Diff line number Diff line change 20
20
</template >
21
21
22
22
<script >
23
- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
23
+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
24
24
import TopicsTable from ' ./TopicsTable.vue' ;
25
25
26
26
export default {
Original file line number Diff line number Diff line change 24
24
<script >
25
25
import Row from ' docc-render/components/ContentNode/Row.vue' ;
26
26
import Column from ' docc-render/components/ContentNode/Column.vue' ;
27
- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
27
+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
28
28
import TopicsLinkCardGridItem from ' ./TopicsLinkCardGridItem.vue' ;
29
29
30
30
export default {
Original file line number Diff line number Diff line change 55
55
<script >
56
56
import ContentNode from ' docc-render/components/DocumentationTopic/ContentNode.vue' ;
57
57
import WordBreak from ' docc-render/components/WordBreak.vue' ;
58
- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
58
+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
59
59
import TopicsLinkCardGrid from ' docc-render/components/DocumentationTopic/TopicsLinkCardGrid.vue' ;
60
60
import LinkableHeading from ' docc-render/components/ContentNode/LinkableHeading.vue' ;
61
61
import ContentTable from ' ./ContentTable.vue' ;
You can’t perform that action at this time.
0 commit comments