File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
showcase/app/components/page-components/link/inline/sub-sections Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,13 @@ import {
17
17
HdsTextCode ,
18
18
} from ' @hashicorp/design-system-components/components' ;
19
19
20
- import SubSectionGeneratedElement from ' showcase/components/page-components/link/inline/sub-sections/generated-element' ;
21
-
22
20
const TEXT_SIZE_CLASSES = [
23
21
' hds-typography-body-100' ,
24
22
' hds-typography-body-200' ,
25
23
' hds-typography-body-300' ,
26
24
];
27
25
28
26
const SubSectionContent: TemplateOnlyComponent = <template >
29
- <SubSectionGeneratedElement />
30
-
31
27
<ShwTextH2 >Content</ShwTextH2 >
32
28
33
29
<ShwGrid
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import ShwFlex from 'showcase/components/shw/flex';
10
10
11
11
import { HdsLinkInline } from ' @hashicorp/design-system-components/components' ;
12
12
13
- const LinkInlineIndex : TemplateOnlyComponent = <template >
13
+ const SubSectionGeneratedElement : TemplateOnlyComponent = <template >
14
14
<ShwTextH2 >Generated element</ShwTextH2 >
15
15
16
16
<ShwFlex as | SF | >
@@ -39,4 +39,4 @@ const LinkInlineIndex: TemplateOnlyComponent = <template>
39
39
<ShwDivider />
40
40
</template >;
41
41
42
- export default LinkInlineIndex ;
42
+ export default SubSectionGeneratedElement ;
You can’t perform that action at this time.
0 commit comments