Skip to content

Commit

Permalink
fix: input componentのexport忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Sep 10, 2023
1 parent 934cddd commit 07facae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './button';
export * from './card';
export * from './tooltip';
export * from './timeline';
export * from './input';
1 change: 1 addition & 0 deletions packages/components/src/input/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Input';

0 comments on commit 07facae

Please sign in to comment.