fix(ux): friendly error UI вместо raw AxiosError
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
export { Button, buttonVariants, type ButtonProps } from './components/button'
|
||||
export { Badge, type BadgeProps } from './components/badge'
|
||||
export { Alert, type AlertProps } from './components/alert'
|
||||
export {
|
||||
QueryErrorState,
|
||||
type QueryErrorStateProps,
|
||||
} from './components/query-error'
|
||||
export { IconButton, type IconButtonProps } from './components/icon-button'
|
||||
export { Input, type InputProps } from './components/input'
|
||||
export { Label } from './components/label'
|
||||
|
||||
Reference in New Issue
Block a user