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
114114import LanguageSwitcher from ' theme/components/DocumentationTopic/Summary/LanguageSwitcher.vue' ;
115115import DocumentationHero from ' docc-render/components/DocumentationTopic/DocumentationHero.vue' ;
116116import WordBreak from ' docc-render/components/WordBreak.vue' ;
117- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
117+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
118118import OnThisPageNav from ' theme/components/OnThisPageNav.vue' ;
119119import Abstract from ' ./DocumentationTopic/Description/Abstract.vue' ;
120120import ContentNode from ' ./DocumentationTopic/ContentNode.vue' ;
Original file line number Diff line number Diff line change 2020</template >
2121
2222<script >
23- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
23+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
2424import TopicsTable from ' ./TopicsTable.vue' ;
2525
2626export default {
Original file line number Diff line number Diff line change 2424<script >
2525import Row from ' docc-render/components/ContentNode/Row.vue' ;
2626import Column from ' docc-render/components/ContentNode/Column.vue' ;
27- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
27+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
2828import TopicsLinkCardGridItem from ' ./TopicsLinkCardGridItem.vue' ;
2929
3030export default {
Original file line number Diff line number Diff line change 5555<script >
5656import ContentNode from ' docc-render/components/DocumentationTopic/ContentNode.vue' ;
5757import WordBreak from ' docc-render/components/WordBreak.vue' ;
58- import { TopicSectionsStyle } from ' @ /constants/TopicSectionsStyle' ;
58+ import { TopicSectionsStyle } from ' docc-render /constants/TopicSectionsStyle' ;
5959import TopicsLinkCardGrid from ' docc-render/components/DocumentationTopic/TopicsLinkCardGrid.vue' ;
6060import LinkableHeading from ' docc-render/components/ContentNode/LinkableHeading.vue' ;
6161import ContentTable from ' ./ContentTable.vue' ;
You can’t perform that action at this time.
0 commit comments