Skip to content

Commit

Permalink
fix: add index to components
Browse files Browse the repository at this point in the history
Fixes importing from npm package
  • Loading branch information
amalv committed Nov 1, 2019
1 parent 4ddc644 commit 377a09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './RoundedButton';
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./components/RoundedButton";
export * from "./components";

1 comment on commit 377a09b

@vercel
Copy link

@vercel vercel bot commented on 377a09b Nov 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.