Skip to content

Commit

Permalink
chore(multiselect): added to appComponents and install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnnat committed Nov 2, 2018
1 parent cda46ec commit aafe162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styleguide/src/appComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import InlineAlert from "../../package/src/components/InlineAlert/v1";
import InPageMenuItem from "../../package/src/components/InPageMenuItem/v1";
import Link from "../../package/src/components/Link/v1";
import MiniCartSummary from "../../package/src/components/MiniCartSummary/v1";
import MultiSelect from "../../package/src/components/MultiSelect/v1";
import PhoneNumberInput from "../../package/src/components/PhoneNumberInput/v1";
import Price from "../../package/src/components/Price/v1";
import ProfileImage from "../../package/src/components/ProfileImage/v1";
Expand Down Expand Up @@ -86,6 +87,7 @@ export default {
InPageMenuItem,
Link,
MiniCartSummary,
MultiSelect,
PhoneNumberInput,
Price,
ProfileImage,
Expand Down
2 changes: 2 additions & 0 deletions styleguide/src/sections/InstallingandImporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import Field from "@reactioncommerce/components/Field/v1";
import InPageMenuItem from "@reactioncommerce/components/InPageMenuItem/v1";
import Link from "@reactioncommerce/components/Link/v1";
import MiniCartSummary from "@reactioncommerce/components/MiniCartSummary/v1";
import MultiSelect from "@reactioncommerce/components/MultiSelect/v1";
import PhoneNumberInput from "@reactioncommerce/components/PhoneNumberInput/v1";
import Price from "@reactioncommerce/components/Price/v1";
import ProfileImage from "@reactioncommerce/components/ProfileImage/v1";
Expand Down Expand Up @@ -106,6 +107,7 @@ export default {
InPageMenuItem,
Link,
MiniCartSummary,
MultiSelect,
PhoneNumberInput,
Price,
ProfileImage,
Expand Down

0 comments on commit aafe162

Please sign in to comment.