Skip to content

Commit

Permalink
fix(builders): dont export Button component stuff twice (#7289)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jan 17, 2022
1 parent da05a88 commit 86d9d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/builders/src/index.ts
Expand Up @@ -7,7 +7,6 @@ export * from './components/ActionRow';
export * from './components/Button';
export * from './components/Component';
export * from './components/Components';
export * from './components/Button';
export * from './components/selectMenu/SelectMenu';
export * from './components/selectMenu/SelectMenuOption';

Expand Down

0 comments on commit 86d9d06

Please sign in to comment.