We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8c445 commit e48c40aCopy full SHA for e48c40a
web/common/src/index.ts
@@ -1,6 +1,10 @@
1
// Components
2
export { Badge, type BadgeProps } from '@/components/Badge/Badge'
3
-export { Button, type ButtonProps, type ButtonVariant } from '@/components/Button/Button'
+export {
4
+ Button,
5
+ type ButtonProps,
6
+ type ButtonVariant,
7
+} from '@/components/Button/Button'
8
export {
9
CopyButton,
10
type CopyButtonProps,
0 commit comments