File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 9
9
Dark ,
10
10
} from ' ./Link.stories.jsx' ;
11
11
12
+ import EvaluationForm from ' ../../stories/shared/EvaluationForm'
13
+
14
+
12
15
<Meta
13
16
title = " Foundation/Link"
14
17
component = { Link }
@@ -44,4 +47,6 @@ import Link from '@catho/quantum/Link';
44
47
45
48
<Canvas >
46
49
<Story of = { Dark } />
47
- </Canvas >
50
+ </Canvas >
51
+
52
+ <EvaluationForm componentName = " Link" />
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ import {
13
13
WithIcons ,
14
14
} from ' ./List.stories.jsx' ;
15
15
16
+ import EvaluationForm from ' ../../stories/shared/EvaluationForm'
17
+
18
+
16
19
<Meta
17
20
title = " Foundation/List"
18
21
component = { List }
@@ -66,4 +69,6 @@ import List from '@catho/quantum/List';
66
69
67
70
<Canvas >
68
71
<Story of = { WithIcons } />
69
- </Canvas >
72
+ </Canvas >
73
+
74
+ <EvaluationForm componentName = " List" />
You can’t perform that action at this time.
0 commit comments