cross-country 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@ export { default as Branches } from "./organisms/branches/branches";
|
|
|
54
54
|
export { default as Chart } from "./organisms/charts/chart";
|
|
55
55
|
export { default as Metrics } from "./organisms/metrics";
|
|
56
56
|
export { default as ReverseTextAnimation } from "./organisms/animation/reverse-text-animation";
|
|
57
|
-
export { default as
|
|
57
|
+
export { default as MultipleChoice } from "./organisms/survey/question/take/multiple-choice";
|
|
58
58
|
export { default as Actor } from "./organisms/actors/actor";
|
|
59
59
|
export { default as Stage } from "./organisms/stage";
|
|
60
60
|
export { default as Hunter } from "./organisms/actors/party/hunter";
|
package/dist/components/index.js
CHANGED
package/dist/index.js
CHANGED