Skip to content

Commit

Permalink
add index.ts file to TestComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyD committed Oct 3, 2020
1 parent 550dc63 commit cc2e956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/TestComponent/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "./TestComponent";
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import TestComponent from "./TestComponent/TestComponent";
import TestComponent from "./TestComponent";

export { TestComponent };

0 comments on commit cc2e956

Please sign in to comment.