File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ import FigureCaption from 'docc-render/components/ContentNode/FigureCaption.vue'
20
20
import InlineImage from 'docc-render/components/ContentNode/InlineImage.vue' ;
21
21
import Reference from 'docc-render/components/ContentNode/Reference.vue' ;
22
22
import Table from 'docc-render/components/ContentNode/Table.vue' ;
23
+ import SectionTitle from 'docc-render/components/ContentNode/SectionTitle.vue' ;
23
24
import StrikeThrough from 'docc-render/components/ContentNode/StrikeThrough.vue' ;
24
25
25
- const { TableHeaderStyle, SectionTitle } = ContentNode . constants ;
26
+ const { TableHeaderStyle } = ContentNode . constants ;
26
27
27
28
const mountWithContent = ( content = [ ] , provide = { references : { } } ) => (
28
29
shallowMount ( ContentNode , {
You can’t perform that action at this time.
0 commit comments