fix(BOOK-579): Multiple small fixes in regards to hotel branding

Approved-by: Bianca Widstam
Approved-by: Matilda Haneling
This commit is contained in:
Erik Tiekstra
2025-11-20 13:07:11 +00:00
parent 36cd1a5cdf
commit c60f7928ba
16 changed files with 195 additions and 66 deletions

View File

@@ -1,5 +1,4 @@
export { Button } from './Button'
// eslint-disable-next-line react-refresh/only-export-components
export { withButton } from './variants'
export { type ButtonProps } from './types'
// eslint-disable-next-line react-refresh/only-export-components
export { variants as buttonVariants, withButton } from './variants'