Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Jul 6, 2021
1 parent a09f06d commit 3a6e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/published-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const publishedComponents = {
AlertBannerText: "/src/components/AlertBanner/AlertBannerText/AlertBannerText.jsx",
AlertBannerButton: "/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.jsx",
Toggle: "/src/components/Toggle/Toggle.jsx",
Skeleton: "src/components/Skeleton/Skeleton.jsx"
Skeleton: "/src/components/Skeleton/Skeleton.jsx"
};

function getPublishedComponents(dirPath = "") {
Expand Down

0 comments on commit 3a6e25e

Please sign in to comment.