Skip to content

Commit

Permalink
fix: export button, and input components (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaRybkina authored Apr 14, 2023
1 parent ce9233b commit 3cc5894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
export * from './_helpers';
export * from './alert/src';
export * from './button/src';
export * from './textarea/src';
export * from './textfield/src';
/* export * from './box/src';
export * from './breadcrumbs/src';
export * from './attention/src';
export * from './button/src';
export * from './pill/src';
export * from './card/src';
export * from './combobox/src';
Expand All @@ -14,6 +16,4 @@ export * from './slider/src';
export * from './steps/src';
export * from './switch/src';
export * from './tabs/src';
export * from './textarea/src';
export * from './textfield/src';
export * from './toggle/src'; */

0 comments on commit 3cc5894

Please sign in to comment.