Skip to content

Commit e48c40a

Browse files
committed
formatting
1 parent 9a8c445 commit e48c40a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/common/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Components
22
export { Badge, type BadgeProps } from '@/components/Badge/Badge'
3-
export { Button, type ButtonProps, type ButtonVariant } from '@/components/Button/Button'
3+
export {
4+
Button,
5+
type ButtonProps,
6+
type ButtonVariant,
7+
} from '@/components/Button/Button'
48
export {
59
CopyButton,
610
type CopyButtonProps,

0 commit comments

Comments
 (0)