* chore(docs): Generated UI Reference * fixed props typing + added new alert page * updated ui dependencies --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { Alert } from "@medusajs/ui"
|
|
|
|
export default function AlertError() {
|
|
return <Alert variant="error">An error occured while updating data.</Alert>
|
|
}
|