Skip to content

Commit

Permalink
remove button type
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 5, 2023
1 parent a0f10e1 commit a05f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/composites/wui-connect-button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../../components/wui-icon/index.js'
import '../../components/wui-loading-spinner/index.js'
import '../../components/wui-text/index.js'
import { elementStyles, resetStyles } from '../../utils/ThemeUtil.js'
import type { ButtonType, SizeType } from '../../utils/TypesUtil.js'
import type { SizeType } from '../../utils/TypesUtil.js'
import styles from './styles.js'

@customElement('wui-connect-button')
Expand Down

0 comments on commit a05f3ed

Please sign in to comment.