Skip to content

Commit

Permalink
fix: fix location of exported components
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Jun 21, 2021
1 parent a8c14b1 commit b90a3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/published-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const publishedComponents = {
Link: "/src/components/Link/Link.jsx",
ButtonGroup: "/src/components/ButtonGroup/ButtonGroup.jsx",
AlertBanner: "/src/components/AlertBanner/AlertBanner.jsx",
AlertBannerLink: "/src/components/AlertBanner/AlertBannerLink.jsx",
AlertBannerText: "/src/components/AlertBanner/AlertBannerText.jsx",
AlertBannerButton: "/src/components/AlertBanner/AlertBannerButton.jsx",
AlertBannerLink: "/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.jsx",
AlertBannerText: "/src/components/AlertBanner/AlertBannerText/AlertBannerText.jsx",
AlertBannerButton: "/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.jsx",
Toggle: "/src/components/Toggle/Toggle.jsx"
};

Expand Down

0 comments on commit b90a3f7

Please sign in to comment.