Browse Source

ref(js): Export Button as named export (#43058)

Evan Purkhiser 2 years ago
parent
commit
e8bde5bb87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/components/button.tsx

+ 1 - 1
static/app/components/button.tsx

@@ -482,4 +482,4 @@ const Icon = styled('span')<IconProps & Omit<StyledButtonProps, 'theme'>>`
 /**
  * Also export these styled components so we can use them as selectors
  */
-export {StyledButton, ButtonLabel, Icon};
+export {Button, StyledButton, ButtonLabel, Icon};