File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { TagModule } from "../tag";
9
9
import { DialogModule } from "../dialog" ;
10
10
import { TooltipModule } from "../tooltip" ;
11
11
import { ContainedListKind , ContainedListSize } from "./contained-list.enums" ;
12
- import { ContainedListStoryModule } from "./contained-list-story.module" ;
12
+ import { ContainedListStoryModule } from "./stories/ contained-list-story.module" ;
13
13
14
14
export default {
15
15
title : "Components/Contained List" ,
Original file line number Diff line number Diff line change 1
1
import { NgModule } from "@angular/core" ;
2
- import { IconService } from "carbon-components-angular/ icon" ;
2
+ import { IconService } from "../../ icon/icon.service " ;
3
3
import Apple16 from "@carbon/icons/es/apple/16" ;
4
- import Apple20 from "@carbon/icons/es/apple/20" ;
5
4
import Fish16 from "@carbon/icons/es/fish/16" ;
6
- import Fish20 from "@carbon/icons/es/fish/20" ;
7
5
import Strawberry16 from "@carbon/icons/es/strawberry/16" ;
8
- import Strawberry20 from "@carbon/icons/es/strawberry/20" ;
9
6
import SubtractAlt16 from "@carbon/icons/es/subtract--alt/16" ;
10
7
import Wheat16 from "@carbon/icons/es/wheat/16" ;
11
- import Wheat20 from "@carbon/icons/es/wheat/20" ;
12
8
import { CommonModule } from "@angular/common" ;
13
9
14
10
@NgModule ( {
@@ -18,14 +14,10 @@ export class ContainedListStoryModule {
18
14
constructor ( private iconService : IconService ) {
19
15
this . iconService . registerAll ( [
20
16
Apple16 ,
21
- Apple20 ,
22
17
Fish16 ,
23
- Fish20 ,
24
18
Strawberry16 ,
25
- Strawberry20 ,
26
19
SubtractAlt16 ,
27
- Wheat16 ,
28
- Wheat20
20
+ Wheat16
29
21
] ) ;
30
22
}
31
23
}
You can’t perform that action at this time.
0 commit comments