Skip to content

Commit

Permalink
fix: Missing export (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev authored Dec 28, 2020
1 parent b93885e commit 2c608db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Skeleton/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState, useEffect } from "react";
import Skeleton from "./Skeleton";

export default {
title: "Skeleton",
title: "Components/Skeleton",
component: Skeleton,
argTypes: {
width: { control: "number" },
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from "./components/Tag";
export * from "./components/Text";
export * from "./components/Link";
export * from "./components/Progress";
export * from "./components/Skeleton";
export * from "./components/Toggle";

// Hooks
Expand Down

0 comments on commit 2c608db

Please sign in to comment.